App::SmokeBrew - The guts of smokebrew
version 0.52
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
.
Chris Williams <chris@bingosnet.co.uk>
This software is copyright (c) 2017 by Chris Williams.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.