#!/usr/bin/perl -T

# Compile testing for Chart::Math::Axis

use strict;
BEGIN {
	$|  = 1;
	$^W = 1;
}

use Test::More tests => 2;

ok( $] >= 5.005, "Your perl is new enough" );

use_ok('Chart::Math::Axis');


syntax highlighted by Code2HTML, v. 0.9.1