@@ -35,8 +35,8 @@ pumpking. Blead releases from 5.11.0 forward are made each month on the
35
35
20th by a non-pumpking release engineer. The release engineer roster
36
36
and schedule can be found in Porting/release_schedule.pod.
37
37
38
- This document both helps as a check-list for the release engineer
39
- and is a base for ideas on how the various tasks could be automated
38
+ This document both helps as a check-list for the release engineer
39
+ and is a base for ideas on how the various tasks could be automated
40
40
or distributed.
41
41
42
42
The checklist of a typical release cycle is as follows:
@@ -65,7 +65,7 @@ The checklist of a typical release cycle is as follows:
65
65
Some of the tasks described below apply to all four types of
66
66
release of Perl. (blead, RC, final release of maint, final
67
67
release of blead). Some of these tasks apply only to a subset
68
- of these release types. If a step does not apply to a given
68
+ of these release types. If a step does not apply to a given
69
69
type of release, you will see a notation to that effect at
70
70
the beginning of the step.
71
71
@@ -210,7 +210,7 @@ If you are making a MAINT release, run C<core-cpan-diff> on both blead and
210
210
maint, then diff the two outputs. Compare this with what you expect, and if
211
211
necessary, fix things up. For example, you might think that both blead
212
212
and maint are synchronised with a particular CPAN module, but one might
213
- have some extra changes.
213
+ have some extra changes.
214
214
215
215
=head3 How to sync a CPAN module with a cpan/ distro
216
216
@@ -233,7 +233,7 @@ C<git checkout .gitignore> in the F<cpan/Distro> directory.
233
233
=item *
234
234
235
235
Remove files we do not need. That is, remove any files that match the
236
- entries in C<@IGNORE> in F<Porting/Maintainer.pl>, and anything that
236
+ entries in C<@IGNORE> in F<Porting/Maintainer.pl>, and anything that
237
237
matches the C<EXCLUDED> section of the distro's entry in the C<%Modules>
238
238
hash.
239
239
@@ -566,7 +566,7 @@ F<corelist.pl> uses ftp.funet.fi to verify information about dual-lived
566
566
modules on CPAN. It can use a full, local CPAN mirror and/or fall back
567
567
on HTTP::Tiny to fetch package metadata remotely.
568
568
569
- (If you'd prefer to have a full CPAN mirror, see
569
+ (If you'd prefer to have a full CPAN mirror, see
570
570
http://www.cpan.org/misc/cpan-faq.html#How_mirror_CPAN)
571
571
572
572
Then change to your perl checkout, and if necessary,
@@ -636,7 +636,7 @@ Add a perldelta entry for the new Module::CoreList version.
636
636
637
637
In addition, if this is a final release (rather than a release candidate):
638
638
639
- =over 4
639
+ =over 4
640
640
641
641
=item *
642
642
@@ -806,7 +806,7 @@ have access to.
806
806
807
807
=head4 Download the tarball to another machine
808
808
809
- Download the tarball to some other machine. For a release candidate,
809
+ Download the tarball to some other machine. For a release candidate,
810
810
you really want to test your tarball on two or more different platforms
811
811
and architectures. The #p5p IRC channel on irc.perl.org is a good place
812
812
to find willing victims.
@@ -829,7 +829,7 @@ Check that the test harness and install work on each test machine:
829
829
830
830
Check that the output of C<perl -v> and C<perl -V> are as expected,
831
831
especially as regards version numbers, patch and/or RC levels, and @INC
832
- paths.
832
+ paths.
833
833
834
834
Note that the results may be different without a F<.git/> directory,
835
835
which is why you should test from the tarball.
@@ -896,14 +896,14 @@ Test L<perlbug> with the following:
896
896
$ bin/perlbug
897
897
...
898
898
Subject: test bug report
899
- Local perl administrator [yourself]:
900
- Editor [vi]:
901
- Module:
902
- Category [core]:
903
- Severity [low]:
899
+ Local perl administrator [yourself]:
900
+ Editor [vi]:
901
+ Module:
902
+ Category [core]:
903
+ Severity [low]:
904
904
(edit report)
905
905
Action (Send/Display/Edit/Subject/Save to File): f
906
- Name of file to save message in [perlbug.rep]:
906
+ Name of file to save message in [perlbug.rep]:
907
907
Action (Send/Display/Edit/Subject/Save to File): q
908
908
909
909
and carefully examine the output (in F<perlbug.rep]>), especially
0 commit comments