pass parsed arg object to Invocation when using mx-run
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation / MxRun.pm
diff --git a/lib/MooseX/Runnable/Invocation/MxRun.pm b/lib/MooseX/Runnable/Invocation/MxRun.pm
new file mode 100644 (file)
index 0000000..5bae9f2
--- /dev/null
@@ -0,0 +1,7 @@
+package MooseX::Runnable::Invocation::MxRun;
+use Moose;
+
+extends 'MooseX::Runnable::Invocation';
+with 'MooseX::Runnable::Invocation::Role::WithParsedArgs';
+
+1;