summaryrefslogtreecommitdiff
path: root/Porting/pod_lib.pl
Commit message (Expand)AuthorAgeFilesLines
* win32: remove makefile.mk (#18511)xenu2021-01-281-1/+0
* Better documentation for two Porting/*.pl programsJames E Keenan2020-12-231-4/+43
* Teach Porting/pod_lib.pl to parse perldelta from any major version☢ ℕicolas ℝ2020-08-041-1/+1
* only install ExtUtils::XSSymSet man page on VMSTony Cook2020-01-281-0/+2
* Update documentation, readmes, comments, and utilities to reference the GitHu...Dan Book2019-12-221-1/+1
* Remove spurious executable bit from Porting/pod_lib.plDagfinn Ilmari Mannsåker2016-11-171-0/+0
* Account for possibility of DOS file endings.James E Keenan2016-11-161-1/+1
* RT#129229: move sort_manifest() into its own libraryAaron Crane2016-10-241-29/+0
* change manisort to produce a more intuitive orderYves Orton2016-06-221-0/+29
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-5/+0
* x2p is gone, do not install its pod.Jarkko Hietaniemi2014-06-021-2/+0
* Amend pod_lib.pl to work with miniperl (no dynamic loading)Jess Robinson2013-12-181-1/+13
* Move process() from Porting/pod_rules.pl to Porting/pod_lib.plNicholas Clark2013-07-241-0/+72
* Move verify_contiguous() from Porting/pod_rules.pl to Porting/pod_lib.plNicholas Clark2013-07-241-0/+42
* typo fixes for porting scriptsDavid Steinbrunner2013-05-241-1/+1
* Provide file and subroutine-level documentation in POD format.James E Keenan2013-04-141-2/+220
* Reinstate dummy ignoredpods functionalityRafael Garcia-Suarez2012-03-311-6/+4
* Add perltodo in the list of ignored podsRafael Garcia-Suarez2012-03-311-1/+1
* is_duplicate_pod() and get_pod_metadata() in pod_lib.pl modified $_smoke-me/bleadNicholas Clark2012-02-071-0/+2
* Add x2p/a2p.pod to the 'master' array returned by get_pod_metadata().Nicholas Clark2011-12-241-0/+2
* In pods_to_install(), use $File::Find::prune to skip t/ directories.Nicholas Clark2011-12-241-1/+5
* Move the common Pod scanning code from installman and buildtoc to pod_lib.plNicholas Clark2011-12-241-0/+31
* Re-order entries in the 'master' array returned by get_pod_metadata().Nicholas Clark2011-12-211-7/+7
* Prune unused entries from the 'master' array returned by get_pod_metadata().Nicholas Clark2011-12-211-6/+5
* Rationalise use of the Pod metadata structure returned by get_pod_metadata().Nicholas Clark2011-12-211-10/+4
* Eliminate pod.lst. pod/perl.pod is now the master file for Pod metadata.Nicholas Clark2011-12-211-58/+85
* Some pod_lib.pl cleanups.Nicholas Clark2011-12-191-7/+6
* Prime the duplicate Pod cache the first time is_duplicate_pod() is called.Nicholas Clark2011-12-191-16/+24
* In pod_lib.pl, split out the code that initialises %state from pod.lstNicholas Clark2011-12-191-23/+27
* Change get_pod_metadata() to take a callback to report consistency errors.Nicholas Clark2011-12-191-1/+5
* Move the pod de-duplication logic from buildtoc to pod_lib.plNicholas Clark2011-12-191-0/+20
* Porting/pod_rules.pl should not warn about files that it is rebuilding.Nicholas Clark2011-11-181-12/+21
* Add Porting/new-perldelta.pl, which automates adding a new perldelta.Nicholas Clark2011-11-181-2/+21
* Flag to get_pod_metadata() whether generated files are expected.Nicholas Clark2011-11-181-2/+13
* Refactor pod_lib.pl's get_pod_metadata() to remove a temporary array.Nicholas Clark2011-11-181-8/+7
* In pod_lib.pl's get_pod_metadata(), generate lookup hashes directly.Nicholas Clark2011-11-181-12/+5
* Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.podNicholas Clark2011-11-181-0/+208