This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl: Fix too long verbatim in pod
[perl5.git] / Porting / pod_lib.pl
2014-06-02 Jarkko Hietaniemix2p is gone, do not install its pod.
2013-12-18 Jess RobinsonAmend pod_lib.pl to work with miniperl (no dynamic...
2013-07-24 Nicholas ClarkMove process() from Porting/pod_rules.pl to Porting...
2013-07-24 Nicholas ClarkMove verify_contiguous() from Porting/pod_rules.pl...
2013-05-24 David Steinbrunnertypo fixes for porting scripts
2013-04-14 James E KeenanProvide file and subroutine-level documentation in...
2012-03-31 Rafael Garcia-SuarezReinstate dummy ignoredpods functionality
2012-03-31 Rafael Garcia-SuarezAdd perltodo in the list of ignored pods
2012-02-07 Nicholas Clarkis_duplicate_pod() and get_pod_metadata() in pod_lib...
2011-12-24 Nicholas ClarkAdd x2p/a2p.pod to the 'master' array returned by get_p...
2011-12-24 Nicholas ClarkIn pods_to_install(), use $File::Find::prune to skip...
2011-12-24 Nicholas ClarkMove the common Pod scanning code from installman and...
2011-12-21 Nicholas ClarkRe-order entries in the 'master' array returned by...
2011-12-21 Nicholas ClarkPrune unused entries from the 'master' array returned...
2011-12-21 Nicholas ClarkRationalise use of the Pod metadata structure returned...
2011-12-21 Nicholas ClarkEliminate pod.lst. pod/perl.pod is now the master file...
2011-12-19 Nicholas ClarkSome pod_lib.pl cleanups.
2011-12-19 Nicholas ClarkPrime the duplicate Pod cache the first time is_duplica...
2011-12-19 Nicholas ClarkIn pod_lib.pl, split out the code that initialises...
2011-12-19 Nicholas ClarkChange get_pod_metadata() to take a callback to report...
2011-12-19 Nicholas ClarkMove the pod de-duplication logic from buildtoc to...
2011-11-18 Nicholas ClarkPorting/pod_rules.pl should not warn about files that...
2011-11-18 Nicholas ClarkAdd Porting/new-perldelta.pl, which automates adding...
2011-11-18 Nicholas ClarkFlag to get_pod_metadata() whether generated files...
2011-11-18 Nicholas ClarkRefactor pod_lib.pl's get_pod_metadata() to remove...
2011-11-18 Nicholas ClarkIn pod_lib.pl's get_pod_metadata(), generate lookup...
2011-11-18 Nicholas ClarkExtract from buildtoc the code that processes pod.lst...