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