Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

MooseX::Compile::CLI::Base - base class for commands working on classes and directories of .pm files

SYNOPSIS

use Moose;
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.