The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[Module]
Name=Pod::Webserver:
Changelog.Creator=Module::Metadata::Changes V 2.06
Changelog.Parser=Config::IniFiles V 2.88

[V 3.11]
Date=2016-02-14T10:08:00
Comments= <<EOT
- Fix order in which _init_options() and _get_options() are called. See RT#111894.
Thanx to Alessandro Romualdi for reporting the problem.
- Reformat the dates in this file, and hence in Changelog.ini from - e.g. -
'Sun Feb 14 10:08:00 2016' to what you see above.
EOT

[V 3.10]
Date=2014-01-25T13:32:00
Comments= <<EOT
- Change default timeout from 5 to 24 hours.
- Rewrite bareword filehandles (INX) to use a variable (my $fh).
- Rename github repo from Pod--Webserver to Pod-Webserver - My new standard.
Update Build.PL and Makefile.PL to match.
- Reformat the docs, and this file, slighty, to be <= 100 chars per line - My new standard.
EOT

[V 3.09]
Date=2014-02-26T15:53:00
Comments= <<EOT
- Use Test::TCP's Net::EmptyPort to pick a port to use for testing. See daemon.t.
Note: The env var $PODWEBSERVERPORT (used only for testing) still takes precedence.
EOT

[V 3.08]
Date=2014-02-14T13:28:00
Comments= <<EOT
- Change t/daemon.t to use $ENV{PODWBSERVERPORT} || 39383, not 8020, for both server and client.
This means tests run even if 'podwebserver' is aleady running.
EOT

[V 3.07]
Date=2014-02-14T12:00:00
Comments= <<EOT
- Split out each package into its own file.
- Rearrange methods per file into alphabetical order.
- Clean up datestamps in this file.
EOT

[V 3.06]
Date=2014-02-10T12:00:00
Comments= <<EOT
- Ron Savage is now co-maint.
- Remove 'require 5;' from the source. If you're running Perl V 4, you'll have even more
problems now.
- Add a -t (timeout) parameter. The unit is seconds. Timeout defaults (as always) to
18000 = 5 hours. This addresses RT#21582. Thanx to Ivor Williams for the 2006 report.
Yes, it has been a regrettably long time, hasn't it?
- Remove spaces in option string passed to Getopt::Std.
This addresses RT#44520. Thanx to Marek.Rouchal for the 2009 report.
This problem was also noted in RT#55106. Thanx to COSMICNET for the 2010 report.
This problem was also noted in RT#62939. Thanx to Allison Randal for the 2010 report.
- Add -d (dirs to include) and -e (dirs to exclude) parameters.
This addresses RT#55106. Thanx to COSMICNET for the 2010 patch.
- Flag RT#59890 as not-an-error, since http://localhost:8020/pods/perlfaq is not (presumably)
output by the code, and hence is not the jumping-off point for any within-FAQ links.
- Re-word error messages, and use die rather than a combination of die and Carp.
- Change licence from Perl to Artistic 2, since the Perl licence is not listed at
http://opensource.org/licenses.
- Switch tests from using Test to Test::More.
- Move podwebserver script into bin/.
- Add Build.PL.
- Create repository on github and add to Build.PL and Makefile.PL.
- Add t/version.t.
- Add xt/author/pod.t.
- Expand docs slightly.
- Ensure port and timeout parameters are integers. Print help and exit if not.
- Expand help message.
- Include File::Spec in the pre-reqs. It's used by the new -d and -e options.
- Replace brief MANIFEST.SKIP with long version (copied from GraphViz2).
- Reformat this file so it can be read by Module::Metadata::Changes' ini.report.pl.
- Rename ChangeLog to Changes.
- Add Changelog.ini (output of ini.report.pl).
EOT

[V 3.05]
Date=2008-01-09T12:00:00
Comments= <<EOT
- Allison Randal <allison@perl.org>
- Added an explicit VERSION to Pod::Webserver::Daemon, to pass the tests on Perl version 5.10.0.
EOT

[V 3.04]
Date=2006-09-12T12:00:00
Comments= <<EOT
- Allison Randal <allison@perl.org>
- Applied a patch from Nicholas Clark to eliminate the dependency on LWP, so the module
could be incorporated into the Perl core. Mad props to Nick for the networking code!
EOT

[V 3.03]
Date=2004-06-20T12:00:00
Deploy.Action=Upgrade
Deploy.Reason=Security
Comments= <<EOT
- Sean M. Burke <sburke@cpan.org>
- No code changes; I merely added some extra docs about -T and security and @INC things.
- Thanks for all your supportive email! I am surprised by what a hit this module has become!
EOT

[V 3.02]
Date=2004-05-25T12:00:00
Comments= <<EOT
- Sean M. Burke <sburke@cpan.org>
- First released version.
EOT

[V 1.00]
Date=2004-05-24T12:00:00
Comments=- Sean M. Burke <sburke@cpan.org>