This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fixed typo (double "with the") in release_managers_guide.pod
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>
Tue, 19 Oct 2010 07:52:38 +0000 (16:52 +0900)
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>
Tue, 19 Oct 2010 07:53:24 +0000 (16:53 +0900)
Porting/release_managers_guide.pod

index 1c63f05..923a4fd 100644 (file)
@@ -315,11 +315,11 @@ this line in README.vms needs special handling:
     rename perl-5^.10^.1.dir perl-5_10_1.dir
 
 When doing a blead release, also make sure the C<PERL_API_*> constants in
     rename perl-5^.10^.1.dir perl-5_10_1.dir
 
 When doing a blead release, also make sure the C<PERL_API_*> constants in
-F<patchlevel.h> are in sync with the with the version you're releasing, unless
-you're absolutely sure the release you're about to make is 100% binary
-compatible to an earlier release. When releasing a stable perl version, the
-C<PERL_API_*> constants C<MUST NOT> be changed as we aim to guarantee binary
-compatibility in maint branches.
+F<patchlevel.h> are in sync with the version you're releasing, unless you're
+absolutely sure the release you're about to make is 100% binary compatible
+to an earlier release. When releasing a stable perl version, the C<PERL_API_*>
+constants C<MUST NOT> be changed as we aim to guarantee binary compatibility
+in maint branches.
 
 Commit your changes:
 
 
 Commit your changes: