Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add blib and blib/lib to lib/deptest.perl, making it more useful for
other modules.
  • Loading branch information
rcaputo committed Mar 26, 2002
1 parent 5bb20f3 commit 7471ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mylib/deptest.perl
Expand Up @@ -7,6 +7,8 @@
use File::Spec; use File::Spec;
use Text::Wrap; use Text::Wrap;


use lib qw(blib blib/lib);

# Enable verbose testing if this is running on solaris, because # Enable verbose testing if this is running on solaris, because
# solaris' CPAN tester's machine has trouble finding some modules # solaris' CPAN tester's machine has trouble finding some modules
# which do exist. # which do exist.
Expand Down

0 comments on commit 7471ab5

Please sign in to comment.