]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/CLI.pm
POD updates: fleshed out some weak areas, reorganised a little and fixed some typogra...
[maypole.git] / lib / Maypole / CLI.pm
index 3839521e2d8112e03bb8eb9971551a28f691843c..de8fab65118cfe04c3f51b2cb7e9831a2f2af362 100644 (file)
@@ -47,7 +47,7 @@ sub send_output { $buffer = shift->{output} }
 
 sub call_url {
     my $self = shift;
-    @ARGV = @_;
+    local @ARGV = @_;
     $package->handler() == OK and return $buffer;
 }