diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-06-21 11:46:00 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-06-21 11:46:00 +0200 |
commit | 88fb56ecc95f23db1630e96a259c1febfbe98e20 (patch) | |
tree | 634968a0b338335ed60788448bf260fd4a917298 /pod.lst | |
parent | 8af7af075ba5ee1cc1b075ac71fc302610499e4c (diff) | |
download | perl-88fb56ecc95f23db1630e96a259c1febfbe98e20.tar.gz |
No need for D and d flags in pod.lst - source is fixed, and contains the target
As the edited perldelta is now always pod/perldelta.pod (instead of a file with
version numbers in it), we don't need a 'D' flag to mark it. As perldelta.pod
contains within itself the number of the version it refers to, we can use that
to infer the 'd' flag for the target filename.
This simplifies the release manager's tasklist for version bumping.
Diffstat (limited to 'pod.lst')
-rw-r--r-- | pod.lst | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,8 +4,6 @@ # g - other autogenerated pods # a - for auxiliary documentation # number - indent by -# D - this version's perldelta -# d - copied to this name h Overview @@ -140,8 +138,8 @@ h Miscellaneous perldoc Look up Perl documentation in Pod format perlhist Perl history records -D perldelta Perl changes since previous version -d perl5150delta Perl changes in version 5.15.0 + perldelta Perl changes since previous version + perl5150delta Perl changes in version 5.15.0 perl5140delta Perl changes in version 5.14.0 perl51311delta Perl changes in version 5.13.11 perl51310delta Perl changes in version 5.13.10 |