"defer" ARGV, of course
Jonathan Rockway [Mon, 13 Apr 2009 07:21:42 +0000 (02:21 -0500)]
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;