projects
/
gitmo/MooseX-Runnable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dcfde64
)
create instance, what-the-hey
Jonathan Rockway [Wed, 29 Apr 2009 15:57:35 +0000 (10:57 -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
f2d6c8d
..
4dd3993
100644
(file)
--- a/
lib/MooseX/Runnable/Invocation/Plugin/PAR.pm
+++ b/
lib/MooseX/Runnable/Invocation/Plugin/PAR.pm
@@
-33,6
+33,7
@@
around run => sub {
eval {
# this is probably not possible, but we might as well try
$self->validate_class($class);
+ $self->create_instance($class, @args);
};
}