Codebase list libmoox-file-configdir-perl / 0fbc299
prefer BAIL_OUT over printf Jens Rehsack 10 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 use Test::More tests => 1;
33
44 BEGIN {
5 use_ok( 'MooX::File::ConfigDir' ) || print "Bail out!
6 ";
5 use_ok( 'MooX::File::ConfigDir' ) || BAIL_OUT "Couldn't load MooX::File::ConfigDir";
76 }
87
98 diag( "Testing MooX::File::ConfigDir $MooX::File::ConfigDir::VERSION, Perl $], $^X" );