-
-
22 Jan 2008 19:45:31 UTC
- Distribution: MooseX-Compile-CLI
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (226 / 41 / 2)
- Kwalitee
Bus factor: 3- 50.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (6.57KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.NAME
MooseX::Compile::CLI::Base - base class for commands working on classes and directories of .pm files
SYNOPSIS
package MooseX::Compile::CLI::Command::foo; use Moose; extends qw(MooseX::Compile::CLI::Base); sub filter_file { ... } augment run => sub { my $self = shift; $self->all_files(); };
DESCRIPTION
This base class provides the various shared options for MooseX::Compile::CLI::Command::clean and MooseX::Compile::CLI::Command::compile.
Module Install Instructions
To install MooseX::Compile::CLI, copy and paste the appropriate command in to your terminal.
cpanm MooseX::Compile::CLI
perl -MCPAN -e shell install MooseX::Compile::CLI
For more information on module installation, please visit the detailed CPAN module installation guide.