0.3
===
  - Fixed logic to check for IO::Socket::SSL (didn't work very well with
    Perl2Exe).
  - Added tests for make test.
  
0.2
===
  - Fixed bug in read code where it would not finish reading a request.
  - If IO::Socket::SSL is installed, you can run a secure server.
  - Added a preforking server type "forking" (default is "single").  You can
    confiugre the number of child processes via the numproc config option.

0.1
===
  - Auto-find the mime.types in the module directories.
  - Port scanning for embeded on the fly servers.
  - Redirects directories without / to same dir with /:  foo/bar -> foo/bar/
  - Lists directories
  - Serves files
  - Allow for registering of functions to URLs so that it gets called when
    the URL is requested.