Chris Williams > minismokebox-0.18 > App::SmokeBox::Mini

Download:
minismokebox-0.18.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.18   Source   Latest Release: minismokebox-0.21_01

NAME ^

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

SYNOPSIS ^

  #!/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 ^

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

LICENSE ^

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.