The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2013-08-14

  • Replaced File::MMagic and MIME::Types with File::LibMagic which should be more reliable. Closes: http://rt.cpan.org/Public/Bug/Display.html?id=39598
  • Improved docs and code example. Closes: http://rt.cpan.org/Public/Bug/Display.html?id=37701
  • Added support for the Last-Modified and Date HTTP headers, this consequently adds a new dependency on HTTP::Date.
  • Added support for not sending the content when the request method is HEAD.

Modules

Serve static files with HTTP::Server::Simple

Examples