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