diff options
author | David Leadbeater <dgl@dgl.cx> | 2012-07-29 13:12:03 +0100 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-03 22:47:35 -0700 |
commit | 4ffbb0c46e27652ffde1eadeda1809a0338fa182 (patch) | |
tree | 507715f24e360d09db689d033f55f848da942286 /Porting/release_managers_guide.pod | |
parent | a272bf38fe56bc079165353355df3e49dd73afeb (diff) | |
download | perl-4ffbb0c46e27652ffde1eadeda1809a0338fa182.tar.gz |
Module::CoreList: Automatically add aliases for releases
When the release in numeric and conventional written form differ add an
alias for the formatted variant automatically.
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index ef2f7f8a8a..d5fba53ea0 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -591,10 +591,6 @@ Check that file over carefully: $ git diff dist/Module-CoreList/lib/Module/CoreList.pm -If this is a .0 Perl version, add the appropriate lines in F<Corelist.pm> -to alias "5.nnn000" to "5.nnn" in each hash. (If feeling energetic, -amend F<corelist.pl> to automate this.) - =head4 Bump C<$Module::CoreList::VERSION> If necessary, bump C<$Module::CoreList::VERSION> (there's no need to do this for |