This file documents the revision history for Perl extension Perldoc::Server. 0.05 2009-04-05 13:33:00 - Added '--public' option to 'perldoc-server' script to run the server in public mode (defaults to private, i.e. only accepting requests from localhost) - Fixed rendering error occurring in Safari and IE7 where syntax-highlighted code contains the string "$'" - Suppressed Perl::Tidy warnings when attempting to syntax- highlight invalid Perl code - Applied fix from RT#44787 to prevent infinite loop in the PerlFunc model - thanks to Dan Brook (broquaint) 0.04 2009-04-04 15:09:00 - Now using Module::Install::Share and File::ShareDir to install static files and templates - Added 'perldoc-server' script to run the server and specify port number and target Perl installation 0.03 2009-04-02 11:48:00 - Added missing pre-requisites to Makefile.PL - Fixed failing tests 0.02 2009-04-01 09:37:00 - Unicode characters in Pod are now rendered properly. Thanks to Andreas and Barbie for their help in fixing this! - Fixed some CSS issues. Site is now working in IE7 and Firefox, but there are still problems with Safari. 0.01 2009-03-28 11:13:34 - initial revision, generated by Catalyst