Skip to content

Commit

Permalink
A little more helpful test code
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@4267 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
kenahoo committed Jul 21, 2003
1 parent 068afea commit bc3167e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions t/Sample/test.pl
Expand Up @@ -5,8 +5,5 @@

ok 1;

# Make sure Module::Build was loaded from blib/
require Module::Build;
print "\$INC{'Module/Build.pm'}: $INC{'Module/Build.pm'}\n";
ok $INC{'Module/Build.pm'}, qr/blib/;
print "Done.\n";
ok $INC{'Module/Build.pm'}, qr/blib/, 'Module::Build should be loaded from blib';

0 comments on commit bc3167e

Please sign in to comment.