NAME
App::SmokeBrew - The guts of smokebrew
SYNOPSIS
use strict;
use warnings;
use App::SmokeBrew;
App::SmokeBrew->new_with_options()->run();
new_with_options
Create a new App::SmokeBrew object
run
This method is called by smokebrew to do all the work.
get_config_from_file
This method is required by MooseX::ConfigFromFile to load the configfile
.
AUTHOR
Chris BinGOs
Williams
LICENSE
Copyright © Chris Williams
This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.