diff options
-rwxr-xr-x | configure | 1 | ||||
-rwxr-xr-x | modulemanager | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ BEGIN { require 5.8.0; + push @INC, '.'; } use strict; diff --git a/modulemanager b/modulemanager index af5bf113c..b107f2c1f 100755 --- a/modulemanager +++ b/modulemanager @@ -25,6 +25,7 @@ use warnings FATAL => qw(all); use make::configure; BEGIN { + push @INC, '.'; unless (module_installed("LWP::Simple")) { die "Your system is missing the LWP::Simple Perl module!"; } |