Branch: refs/heads/jkeenan/gh-18413-add-pod-file-20210116
Home: https://github.com/Perl/perl5
Commit: 0345e48263d8a5b5f7e401d00f59e5ec3e6aaecd
https://github.com/Perl/perl5/commit/0345e48263d8a5b5f7e401d00f59e5ec3e6aaecd
Author: James E Keenan <[email protected]>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M MANIFEST
M Porting/README.pod
A Porting/add-pod-file
Log Message:
-----------
Facilitate addition of new pod/*.pod file
For: https://github.com/Perl/perl5/issues/18413
Commit: d37e342e6b9a67adc416da672d07a1161125cb7d
https://github.com/Perl/perl5/commit/d37e342e6b9a67adc416da672d07a1161125cb7d
Author: James E Keenan <[email protected]>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M Porting/add-pod-file
Log Message:
-----------
Place repeated hard-coded strings into variables
Call Porting/pod_rules.pl with verbose output.
Simplify syntax per suggestion from rjbs
Note one small bug; clarify how to test program
Improve verbose output
Eliminate command-line switch '--abstract'
Use Module::Metadata to parse new POD file for abstract.
Per suggestions from rjbs, Grinnz and LeonT in ticket.
Compare: https://github.com/Perl/perl5/compare/525068677c55...d37e342e6b9a