Warning from calls using "use Shell"
Tim Bunce [Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)]
(this is the same change as commit a5bda13b0ef005fbbd13265a362caff51359bbc6, but as applied)

lib/Shell.pm

index bb44b53..f4ef431 100644 (file)
@@ -21,7 +21,7 @@ AUTOLOAD {
     my $cmd = $AUTOLOAD;
     $cmd =~ s/^.*:://;
     eval qq {
-       sub $AUTOLOAD {
+       *$AUTOLOAD = sub {
            if (\@_ < 1) {
                `$cmd`;
            }