projects
/
gitmo/MooseX-Runnable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
00fc26d
)
add comment about plugin-fucking
Jonathan Rockway [Wed, 29 Apr 2009 14:56:07 +0000 (09:56 -0500)]
lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm
b/lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm
index
ed53b63
..
b4a806f
100644
(file)
--- a/
lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm
+++ b/
lib/MooseX/Runnable/Invocation/Scheme/MooseX/Getopt.pm
@@
-16,6
+16,9
@@
around create_instance => sub {
return ($instance, @$more_args);
};
+# XXX: arounds that don't actually call $orig fuck up plugins. i
+# think that's OK, mostly, but it's something to keep in mind...
+
1;
__END__