App::SmokeBox::Mini - the guts of the minismokebox command


minismokebox documentation  | view source Contained in the minismokebox distribution.

Index


NAME

Top

App::SmokeBox::Mini - the guts of the minismokebox command

SYNOPSIS

Top

  #!/usr/bin/perl
  use strict;
  use warnings;
  BEGIN { eval "use Event;"; }
  use App::SmokeBox::Mini;
  App::SmokeBox::Mini->run();

run

This method is called by minismokebox to do all the work.

AUTHOR

Top

Chris BinGOs Williams <chris@bingosnet.co.uk>

LICENSE

Top

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.


minismokebox documentation  | view source Contained in the minismokebox distribution.