pass parsed arg object to Invocation when using mx-run
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation / MxRun.pm
1 package MooseX::Runnable::Invocation::MxRun;
2 use Moose;
3
4 extends 'MooseX::Runnable::Invocation';
5 with 'MooseX::Runnable::Invocation::Role::WithParsedArgs';
6
7 1;