Revision history for Perl extension HTTP:Server::Simple::Static

0.03  Tue, 13 Jun 2006 11:00:58 +0100
        - Fixed documentation to show that HTTP::Server::Simple::CGI
          should be used as the base class.
          Closes: http://rt.cpan.org/Public/Bug/Display.html?id=18682
        - Switched to using IO::File for the file handling, also
          turned on binmode to help those on Windows serve images, etc.

0.02  Wed Mar 29 12:00:00 2005
	- close fh after reading content. (Max Maischein)
	- fixed content-type header (Kang-min Liu & Max)
	
0.01  Thu Jan 06 21:40:02 2005
	- forked from patch to HTTP::Server::Simple