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