"defer" ARGV, of course
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation / Plugin / PAR.pm
index e6139b1..ab05dd4 100644 (file)
@@ -47,7 +47,7 @@ $inc
 exit MooseX::Runnable::Invocation->new(
     class   => '$app',
     plugins => [$plugins],
-)->run(@ARGV);
+)->run(\@ARGV);
 END
 
     $app =~ s/::/_/g;