remove -T from 00-load.t because not being able to prove with a local::lib is silly
[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" );