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