complain loudly if Class::Method::Modifiers is too old (and skip tests)
[gitmo/Role-Tiny.git] / t / role-basic-00-load.t
CommitLineData
8e50c419 1use Test::More tests => 1;
2
3BEGIN {
2c580674 4 use_ok( 'Role::Tiny' ) || BAIL_OUT "Could not load Role::Tiny: $!";
8e50c419 5}
6
2c580674 7diag( "Testing Role::Tiny $Role::Tiny::VERSION, Perl $], $^X" );