#!/usr/bin/perl package MooseX::Compile::CLI; use Moose; extends qw(MooseX::App::Cmd); our $VERSION = "0.01"; __PACKAGE__ __END__ =pod =head1 NAME MooseX::Compile::CLI - Command line interface for MooseX::Compile =head1 SYNOPSIS > mxcompile help > mxcompile compile > mxcompile clean =head1 TODO =over 4 =item * Add an C command that helps you look at C<.mopc> files. =back =head1 SEE ALSO L, L =head1 VERSION CONTROL L =head1 AUTHOR Yuval Kogman Enothingmuch@woobling.orgE =head1 COPYRIGHT Copyright (c) 2008 Infinity Interactive, Yuval Kogman. All rights reserved This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut