#!perl
# PODNAME: minismokebox
use strict;
use warnings;
use App::SmokeBox::Mini;
$|=1; # Make STDOUT hot
App::SmokeBox::Mini->run();

__END__

=pod

=encoding UTF-8

=head1 NAME

minismokebox

=head1 VERSION

version 0.66

=head1 AUTHOR

Chris Williams <chris@bingosnet.co.uk>

=head1 COPYRIGHT AND LICENSE

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

=cut
