add MX::Getopt scheme
[gitmo/MooseX-Runnable.git] / bin / mx-run
CommitLineData
c527660e 1#!/usr/bin/env perl
2
3use strict;
4use warnings;
5
6use 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
13mx-run - script to run MooseX::Runnable classes