fix typo in documentation
[p5sagit/Class-C3-Componentised.git] / t / 00-load.t
CommitLineData
dae1b1a5 1use strict;
2use warnings;
d288ce53 3use Test::More tests => 1;
4
5BEGIN {
3a23b721 6 use_ok( 'Class::C3::Componentised' );
d288ce53 7}
8
9diag( "Testing Class::C3::Componentised $Class::C3::Componentised::VERSION, Perl $], $^X" );