projects
/
gitmo/MooseX-Runnable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
441297a
)
fix usage line in MX::Getopt scripts
Jonathan Rockway [Tue, 31 Mar 2009 09:43:19 +0000 (
04:43
-0500)]
bin/mx-run
patch
|
blob
|
blame
|
history
diff --git
a/bin/mx-run
b/bin/mx-run
index
3bad429
..
192f81d
100644
(file)
--- a/
bin/mx-run
+++ b/
bin/mx-run
@@
-13,6
+13,8
@@
sub run {
unshift @INC, $_ for @$includes;
help() unless $app;
+ local $0 = "mx-run ... $app";
+
return MooseX::Runnable::Invocation->new(
class => $app,
plugins => $plugins || [],