This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move $func_header inside while loop closer to where it's used
[perl5.git] / dist / Pod-Perldoc /
2011-07-10 Father ChrysostomosUpdate perldoc.pod with URL support
2011-07-10 Claes JakobssonAdd crude support to perldoc for viewing PODs via HTTP(s)
2011-07-07 Florian RagwitzMove perldoc.pod to the dist it belongs to
2011-06-25 Alan Haggai Alavifix `perldoc -v '$0'`
2011-06-25 Father ChrysostomosIncrease $Pod::Perldoc::VERSION
2011-06-16 Father ChrysostomosIncrease Pod::Perldoc’s version
2011-06-16 Shawn M MooreFactor out ->program_name and use it in more places
2011-06-16 Shawn M MooreComment grammar and clarity fix
2011-06-16 Shawn M MooreConsistently titlecase descriptions in -h
2011-06-16 Shawn M MooreUse the same "$me OPTIONS" invocation as the other...
2011-05-19 Craig A. BerryCorrect perldoc search path for VMS.
2011-01-20 Jesse VincentBumping version of Pod::Perldoc per porting/cmpVERSION.pl
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in dist/*
2010-02-17 Offer KayeDocumentation fix in perldoc's usage statement. (...
2009-10-23 Nicholas ClarkConvert the Pod::Perldoc tests from Test to Test::More.
2009-10-21 David GoldenFix uninitialized warnings in Pod::Perldoc
2009-09-30 Nicholas ClarkMove Pod::Perldoc from ext/ to dist/ origin/podder