NAME

App::SmokeBrew - The guts of smokebrew

VERSION

version 1.06

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.

SEE ALSO

smokebrew

AUTHOR

Chris Williams <chris@bingosnet.co.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 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.