add non-hack MX::Runnable
[gitmo/MooseX-Runnable.git] / bin / mx-run
1 #!/usr/bin/env perl
2
3 use strict;
4 use warnings;
5
6 use MooseX::Runnable::Run;
7 &run_application(@ARGV); # the prototype is ($app, @args), but that's what ARGV is
8
9 __END__
10
11 =head1 NAME
12
13 mx-run - script to run MooseX::Runnable classes