App-Dapper

 view release on metacpan or  search on metacpan

lib/App/Dapper/Serve.pm  view on Meta::CPAN

package App::Dapper::Serve;

=head1 NAME

App::Dapper::Serve - Simple threaded webserver that serves static files

=cut

use utf8;
use open ':std', ':encoding(UTF-8)';
use 5.8.0;
use strict;
use warnings FATAL => 'all';

use POSIX;



( run in 2.664 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )