
App::SmokeBrew - The guts of smokebrew

use strict; use warnings; use App::SmokeBrew; App::SmokeBrew->new_with_options()->run();
new_with_optionsCreate a new App::SmokeBrew object
runThis method is called by smokebrew to do all the work.
get_config_from_fileThis method is required by MooseX::ConfigFromFile to load the configfile.

Chris BinGOs Williams

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.
