Skip to content

Commit fdaa3f9

Browse files
committed
Remove trailing white-space from RMG document
1 parent c96939e commit fdaa3f9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Porting/release_managers_guide.pod

+15-15
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ pumpking. Blead releases from 5.11.0 forward are made each month on the
3535
20th by a non-pumpking release engineer. The release engineer roster
3636
and schedule can be found in Porting/release_schedule.pod.
3737

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
4040
or distributed.
4141

4242
The checklist of a typical release cycle is as follows:
@@ -65,7 +65,7 @@ The checklist of a typical release cycle is as follows:
6565
Some of the tasks described below apply to all four types of
6666
release of Perl. (blead, RC, final release of maint, final
6767
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
6969
type of release, you will see a notation to that effect at
7070
the beginning of the step.
7171

@@ -210,7 +210,7 @@ If you are making a MAINT release, run C<core-cpan-diff> on both blead and
210210
maint, then diff the two outputs. Compare this with what you expect, and if
211211
necessary, fix things up. For example, you might think that both blead
212212
and maint are synchronised with a particular CPAN module, but one might
213-
have some extra changes.
213+
have some extra changes.
214214

215215
=head3 How to sync a CPAN module with a cpan/ distro
216216

@@ -233,7 +233,7 @@ C<git checkout .gitignore> in the F<cpan/Distro> directory.
233233
=item *
234234

235235
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
237237
matches the C<EXCLUDED> section of the distro's entry in the C<%Modules>
238238
hash.
239239

@@ -566,7 +566,7 @@ F<corelist.pl> uses ftp.funet.fi to verify information about dual-lived
566566
modules on CPAN. It can use a full, local CPAN mirror and/or fall back
567567
on HTTP::Tiny to fetch package metadata remotely.
568568

569-
(If you'd prefer to have a full CPAN mirror, see
569+
(If you'd prefer to have a full CPAN mirror, see
570570
http://www.cpan.org/misc/cpan-faq.html#How_mirror_CPAN)
571571

572572
Then change to your perl checkout, and if necessary,
@@ -636,7 +636,7 @@ Add a perldelta entry for the new Module::CoreList version.
636636

637637
In addition, if this is a final release (rather than a release candidate):
638638

639-
=over 4
639+
=over 4
640640

641641
=item *
642642

@@ -806,7 +806,7 @@ have access to.
806806

807807
=head4 Download the tarball to another machine
808808

809-
Download the tarball to some other machine. For a release candidate,
809+
Download the tarball to some other machine. For a release candidate,
810810
you really want to test your tarball on two or more different platforms
811811
and architectures. The #p5p IRC channel on irc.perl.org is a good place
812812
to find willing victims.
@@ -829,7 +829,7 @@ Check that the test harness and install work on each test machine:
829829

830830
Check that the output of C<perl -v> and C<perl -V> are as expected,
831831
especially as regards version numbers, patch and/or RC levels, and @INC
832-
paths.
832+
paths.
833833

834834
Note that the results may be different without a F<.git/> directory,
835835
which is why you should test from the tarball.
@@ -896,14 +896,14 @@ Test L<perlbug> with the following:
896896
$ bin/perlbug
897897
...
898898
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]:
904904
(edit report)
905905
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]:
907907
Action (Send/Display/Edit/Subject/Save to File): q
908908

909909
and carefully examine the output (in F<perlbug.rep]>), especially

0 commit comments

Comments
 (0)