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 0.266 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )