| minismokebox documentation | view source | Contained in the minismokebox distribution. |
App::SmokeBox::Mini - the guts of the minismokebox command
#!/usr/bin/perl
use strict;
use warnings;
BEGIN { eval "use Event;"; }
use App::SmokeBox::Mini;
App::SmokeBox::Mini->run();
This method is called by minismokebox to do all the work.
Chris BinGOs Williams <chris@bingosnet.co.uk>
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. |