projects
/
gitmo/MooseX-Runnable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b005539
)
"defer" ARGV, of course
Jonathan Rockway [Mon, 13 Apr 2009 07:21:42 +0000 (
02:21
-0500)]
lib/MooseX/Runnable/Invocation/Plugin/PAR.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Runnable/Invocation/Plugin/PAR.pm
b/lib/MooseX/Runnable/Invocation/Plugin/PAR.pm
index
e6139b1
..
ab05dd4
100644
(file)
--- a/
lib/MooseX/Runnable/Invocation/Plugin/PAR.pm
+++ b/
lib/MooseX/Runnable/Invocation/Plugin/PAR.pm
@@
-47,7
+47,7
@@
$inc
exit MooseX::Runnable::Invocation->new(
class => '$app',
plugins => [$plugins],
-)->run(@ARGV);
+)->run(\@ARGV);
END
$app =~ s/::/_/g;