diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-13 14:44:11 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-09-14 09:39:28 -0700 |
commit | cacc980baf0679da7fd4f5526b26c3327006e287 (patch) | |
tree | cb37da9659b56974bcc534f9986a4033816fe8be /Porting | |
parent | 4c054e89890d91656725bab253a2ebd731e419f9 (diff) | |
download | perl-cacc980baf0679da7fd4f5526b26c3327006e287.tar.gz |
Missing word in release managers’ guide
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/release_managers_guide.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 9498637c2d..b9b161a37c 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -446,7 +446,7 @@ Then change to your perl checkout, and if necessary, $ make -If this not the first update for this version (e.g. if it was updated +If this is not the first update for this version (e.g. if it was updated when the version number was originally bumped), first edit F<dist/Module-CoreList/lib/Module/CoreList.pm> to delete the existing entries for this version from the C<%released> and C<%version> hashes: |