projects
/
gitmo/MooseX-Getopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
20e8e3c
)
Applied patch to fix RT46200
Nelo Onyiah [Thu, 25 Jun 2009 23:56:21 +0000 (
00:56
+0100)]
lib/MooseX/Getopt.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Getopt.pm
b/lib/MooseX/Getopt.pm
index
790eb54
..
73fdbb0
100644
(file)
--- a/
lib/MooseX/Getopt.pm
+++ b/
lib/MooseX/Getopt.pm
@@
-55,7
+55,7
@@
sub new_with_options {
$class->new(
ARGV => $processed{argv_copy},
extra_argv => $processed{argv},
- @params, # explicit params to ->new
+ %$constructor_params, # explicit params to ->new
%$params, # params from CLI
);
}