summaryrefslogtreecommitdiff
path: root/pod/buildtoc
Commit message (Expand)AuthorAgeFilesLines
* buildtoc: Fix to work on native line endingsKarl Williamson2023-02-071-1/+1
* buildtoc: Use mnemonic instead of hard-coded code pointKarl Williamson2023-02-071-1/+1
* buildtoc: Add error checkKarl Williamson2022-11-051-0/+1
* buildtoc - fix inner links when generating perltoc.podGraham Knop2022-07-201-0/+2
* pod/buildtoc: documentation in POD formatJames E Keenan2020-12-271-0/+38
* Replace multiple 'use vars' by 'our' in utilsNicolas R2017-11-111-1/+1
* prevent pod/builttoc spewing bad UTF-8 errors under PERL_UNICODETony Cook2017-09-201-1/+1
* buildtoc: explicitly accept -q (RT #131520)Lukas Mai2017-06-061-1/+1
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-5/+0
* fix POD errors reported by newer pod2manDominic Hargreaves2013-10-061-0/+2
* Move the common Pod scanning code from installman and buildtoc to pod_lib.plNicholas Clark2011-12-241-31/+6
* Refactor buildtoc's use of File::Find::find() to converge with installman's.Nicholas Clark2011-12-241-5/+9
* Re-order entries in the 'master' array returned by get_pod_metadata().Nicholas Clark2011-12-211-3/+3
* Rationalise use of the Pod metadata structure returned by get_pod_metadata().Nicholas Clark2011-12-211-2/+2
* In buildtoc, eliminate @modpods by building %Found directly.Nicholas Clark2011-12-191-18/+11
* In buildtoc, pass 'no_chdir' to File::Find::find().Nicholas Clark2011-12-191-12/+12
* In buildtoc, move the "has a NAME?" file check into podset().Nicholas Clark2011-12-191-13/+17
* Prime the duplicate Pod cache the first time is_duplicate_pod() is called.Nicholas Clark2011-12-191-0/+1
* Change get_pod_metadata() to take a callback to report consistency errors.Nicholas Clark2011-12-191-3/+1
* Move the pod de-duplication logic from buildtoc to pod_lib.plNicholas Clark2011-12-191-24/+0
* In installman, break the de-duplication code out from from podset().Nicholas Clark2011-12-191-17/+29
* buildtoc should use the correct path when looking for a .pm's .pod file.Nicholas Clark2011-12-191-1/+1
* If buildtoc can't open a Pod file, that's fatal, not a warning and skip.Nicholas Clark2011-12-191-5/+2
* If buildtoc spots duplicated pods, that's an error condition, not a skip.Nicholas Clark2011-12-191-1/+10
* Tidy the Pod exclusion rules in buildtoc.Nicholas Clark2011-12-191-3/+0
* pod/buildtoc now generates pod/roffitallNicholas Clark2011-11-281-16/+69
* Fix two bugs related to pod files outside of pod/Nicholas Clark2011-11-271-3/+15
* Fix two post 5.15.0 perltoc.pod generation bugs.Nicholas Clark2011-11-271-4/+4
* In buildtoc, refactor to de-duplicate code and variables.Nicholas Clark2011-11-181-25/+10
* Refactor pod_rules.pl and buildtoc to use new functions in pod_lib.plNicholas Clark2011-11-181-5/+1
* Flag to get_pod_metadata() whether generated files are expected.Nicholas Clark2011-11-181-1/+1
* Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc.Nicholas Clark2011-11-181-348/+47
* Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.podNicholas Clark2011-11-181-197/+2
* In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.podNicholas Clark2011-11-181-185/+192
* buildtoc --showfiles should report the correct pathnames.Nicholas Clark2011-11-181-13/+1
* buildtoc --showfiles should only list the files to regenerated.Nicholas Clark2011-11-181-1/+1
* In buildtoc, don't use File::Spec when initialising %BuildFiles.Nicholas Clark2011-11-181-2/+2
* In buildtoc, refactor the open ... or my_die pattern into a function.Nicholas Clark2011-11-181-10/+11
* In buildtoc, make %Readmepods lexical, and $delta_target global.Nicholas Clark2011-11-181-4/+4
* In buildtoc, eliminate abs_from_top() as it now runs from the top level.Nicholas Clark2011-11-181-17/+7
* In pod/buildtoc, chdir to the top level of the source tree before running.Nicholas Clark2011-11-181-0/+3
* Explicitly ignore the stub pod files I just added when doing the sanity checkDave Rolsky2011-09-191-1/+7
* Don't use [.lib.pods] staging directory in VMS builds.Craig A. Berry2011-08-051-35/+0
* Stop buildtoc from generating trailing whitespaceFlorian Ragwitz2011-07-121-2/+2
* Allow buildtoc to handle files outside of pod/Florian Ragwitz2011-07-071-21/+35
* In pod/buildtoc, use abs_from_top() to generate pathnames.Nicholas Clark2011-06-211-2/+3
* No need for D and d flags in pod.lst - source is fixed, and contains the targetNicholas Clark2011-06-211-22/+18
* buildtoc: make dying clearerDavid Mitchell2011-05-191-25/+36
* buildtoc: make a warning clearerDavid Mitchell2011-05-191-1/+1