summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ExtUtils/MM_Unix.pm2
-rw-r--r--lib/blib.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm
index 7669167d68..85b0c1bbe5 100644
--- a/lib/ExtUtils/MM_Unix.pm
+++ b/lib/ExtUtils/MM_Unix.pm
@@ -1151,7 +1151,7 @@ sub fixin { # stolen from the pink Camel book, more or less
}
$shb .= qq{
eval 'exec $interpreter $arg -S \$0 \${1+"\$\@"}'
- if \$running_under_some_shell;
+ if 0; # not running under some shell
};
} else {
warn "Can't find $cmd in PATH, $file unchanged"
diff --git a/lib/blib.pm b/lib/blib.pm
index 8af1727d8f..2dd7802f4b 100644
--- a/lib/blib.pm
+++ b/lib/blib.pm
@@ -38,6 +38,8 @@ Nick Ing-Simmons nik@tiuk.ti.com
use Cwd;
+use vars qw($VERSION);
+$VERSION = '1.00';
sub import
{