conflicts on application to object
[gitmo/Role-Tiny.git] / t / role-basic-00-load.t
1 use Test::More tests => 1;
2
3 BEGIN {
4     use_ok( 'Role::Tiny' ) || BAIL_OUT "Could not load Role::Tiny: $!";
5 }
6
7 diag( "Testing Role::Tiny $Role::Tiny::VERSION, Perl $], $^X" );