create instance, what-the-hey
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation / Plugin / PAR.pm
index f2d6c8d..4dd3993 100644 (file)
@@ -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);
         };
     }