The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::SmokeBrew - The guts of smokebrew

VERSION

version 0.48

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) 2014 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.