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

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);
         };
     }