| Commit message (Expand) | Author | Age | Files | Lines |
* | fix POD errors reported by newer pod2man | Dominic Hargreaves | 2013-10-06 | 1 | -0/+2 |
* | Move the common Pod scanning code from installman and buildtoc to pod_lib.pl | Nicholas Clark | 2011-12-24 | 1 | -31/+6 |
* | Refactor buildtoc's use of File::Find::find() to converge with installman's. | Nicholas Clark | 2011-12-24 | 1 | -5/+9 |
* | Re-order entries in the 'master' array returned by get_pod_metadata(). | Nicholas Clark | 2011-12-21 | 1 | -3/+3 |
* | Rationalise use of the Pod metadata structure returned by get_pod_metadata(). | Nicholas Clark | 2011-12-21 | 1 | -2/+2 |
* | In buildtoc, eliminate @modpods by building %Found directly. | Nicholas Clark | 2011-12-19 | 1 | -18/+11 |
* | In buildtoc, pass 'no_chdir' to File::Find::find(). | Nicholas Clark | 2011-12-19 | 1 | -12/+12 |
* | In buildtoc, move the "has a NAME?" file check into podset(). | Nicholas Clark | 2011-12-19 | 1 | -13/+17 |
* | Prime the duplicate Pod cache the first time is_duplicate_pod() is called. | Nicholas Clark | 2011-12-19 | 1 | -0/+1 |
* | Change get_pod_metadata() to take a callback to report consistency errors. | Nicholas Clark | 2011-12-19 | 1 | -3/+1 |
* | Move the pod de-duplication logic from buildtoc to pod_lib.pl | Nicholas Clark | 2011-12-19 | 1 | -24/+0 |
* | In installman, break the de-duplication code out from from podset(). | Nicholas Clark | 2011-12-19 | 1 | -17/+29 |
* | buildtoc should use the correct path when looking for a .pm's .pod file. | Nicholas Clark | 2011-12-19 | 1 | -1/+1 |
* | If buildtoc can't open a Pod file, that's fatal, not a warning and skip. | Nicholas Clark | 2011-12-19 | 1 | -5/+2 |
* | If buildtoc spots duplicated pods, that's an error condition, not a skip. | Nicholas Clark | 2011-12-19 | 1 | -1/+10 |
* | Tidy the Pod exclusion rules in buildtoc. | Nicholas Clark | 2011-12-19 | 1 | -3/+0 |
* | pod/buildtoc now generates pod/roffitall | Nicholas Clark | 2011-11-28 | 1 | -16/+69 |
* | Fix two bugs related to pod files outside of pod/ | Nicholas Clark | 2011-11-27 | 1 | -3/+15 |
* | Fix two post 5.15.0 perltoc.pod generation bugs. | Nicholas Clark | 2011-11-27 | 1 | -4/+4 |
* | In buildtoc, refactor to de-duplicate code and variables. | Nicholas Clark | 2011-11-18 | 1 | -25/+10 |
* | Refactor pod_rules.pl and buildtoc to use new functions in pod_lib.pl | Nicholas Clark | 2011-11-18 | 1 | -5/+1 |
* | Flag to get_pod_metadata() whether generated files are expected. | Nicholas Clark | 2011-11-18 | 1 | -1/+1 |
* | Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc. | Nicholas Clark | 2011-11-18 | 1 | -348/+47 |
* | Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.pod | Nicholas Clark | 2011-11-18 | 1 | -197/+2 |
* | In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.pod | Nicholas Clark | 2011-11-18 | 1 | -185/+192 |
* | buildtoc --showfiles should report the correct pathnames. | Nicholas Clark | 2011-11-18 | 1 | -13/+1 |
* | buildtoc --showfiles should only list the files to regenerated. | Nicholas Clark | 2011-11-18 | 1 | -1/+1 |
* | In buildtoc, don't use File::Spec when initialising %BuildFiles. | Nicholas Clark | 2011-11-18 | 1 | -2/+2 |
* | In buildtoc, refactor the open ... or my_die pattern into a function. | Nicholas Clark | 2011-11-18 | 1 | -10/+11 |
* | In buildtoc, make %Readmepods lexical, and $delta_target global. | Nicholas Clark | 2011-11-18 | 1 | -4/+4 |
* | In buildtoc, eliminate abs_from_top() as it now runs from the top level. | Nicholas Clark | 2011-11-18 | 1 | -17/+7 |
* | In pod/buildtoc, chdir to the top level of the source tree before running. | Nicholas Clark | 2011-11-18 | 1 | -0/+3 |
* | Explicitly ignore the stub pod files I just added when doing the sanity check | Dave Rolsky | 2011-09-19 | 1 | -1/+7 |
* | Don't use [.lib.pods] staging directory in VMS builds. | Craig A. Berry | 2011-08-05 | 1 | -35/+0 |
* | Stop buildtoc from generating trailing whitespace | Florian Ragwitz | 2011-07-12 | 1 | -2/+2 |
* | Allow buildtoc to handle files outside of pod/ | Florian Ragwitz | 2011-07-07 | 1 | -21/+35 |
* | In pod/buildtoc, use abs_from_top() to generate pathnames. | Nicholas Clark | 2011-06-21 | 1 | -2/+3 |
* | No need for D and d flags in pod.lst - source is fixed, and contains the target | Nicholas Clark | 2011-06-21 | 1 | -22/+18 |
* | buildtoc: make dying clearer | David Mitchell | 2011-05-19 | 1 | -25/+36 |
* | buildtoc: make a warning clearer | David Mitchell | 2011-05-19 | 1 | -1/+1 |
* | buildtoc - fix a bug and add some comments | David Mitchell | 2011-05-18 | 1 | -2/+7 |
* | relative file in %BuildFiles | Robin Barker | 2011-01-27 | 1 | -1/+4 |
* | Convert buildtoc to lexical file handles and 3-arg open. | Nicholas Clark | 2011-01-22 | 1 | -15/+13 |
* | Extend pod/buildtoc --test to validate that regenerated files are up to date. | Nicholas Clark | 2011-01-22 | 1 | -6/+13 |
* | In buildtoc, only have entries in %Build for targets being built. | Nicholas Clark | 2011-01-22 | 1 | -7/+12 |
* | In buildtoc, only "find all the modules" if rebuilding pod/perltoc.pod | Nicholas Clark | 2011-01-22 | 1 | -1/+1 |
* | In buildtoc, rename &output_perltoc to &do_toc, and integrate its invocation. | Nicholas Clark | 2011-01-22 | 1 | -22/+24 |
* | In buildtoc, pull the sanity check for NUL bytes to the top level. | Nicholas Clark | 2011-01-22 | 1 | -3/+1 |
* | In buildtoc, convert all the do_* functions to taking 2 scalars. | Nicholas Clark | 2011-01-22 | 1 | -18/+11 |
* | In buildtoc, convert do_manifest() to returning a scalar. | Nicholas Clark | 2011-01-22 | 1 | -9/+11 |