summaryrefslogtreecommitdiff
path: root/Porting/corelist-perldelta.pl
diff options
context:
space:
mode:
authorAbir Viqar <abiviq@hushmail.com>2013-10-03 16:36:26 -0400
committerSteve Hay <steve.m.hay@googlemail.com>2013-12-19 17:26:21 +0000
commitb88937b3b612eec078920cec65cfef193797f906 (patch)
tree199e162a837051d3ab4a8f0c00aebbf54361da35 /Porting/corelist-perldelta.pl
parent67e92e89d4a2f7b9a3a401ea926f97ce445961a5 (diff)
downloadperl-b88937b3b612eec078920cec65cfef193797f906.tar.gz
Porting/corelist-perldelta.pl - Remove trailing whitespace
Diffstat (limited to 'Porting/corelist-perldelta.pl')
-rwxr-xr-xPorting/corelist-perldelta.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/corelist-perldelta.pl b/Porting/corelist-perldelta.pl
index 022b427121..b22c75ae3d 100755
--- a/Porting/corelist-perldelta.pl
+++ b/Porting/corelist-perldelta.pl
@@ -26,7 +26,7 @@ The part to check the diff wants to be run with a Perl that has an up-to-date
L<Module::CoreList>, but needs the outside L<Algorithm::Diff>.
Ideally, the program will be split into two separate programs, one
-to generate the text and one to show the diff between the
+to generate the text and one to show the diff between the
corelist sections of the last perldelta and the next perldelta.
=cut
@@ -350,7 +350,7 @@ sub do_check {
sub {
my ($el) = @_;
my ($heading) = $el->[0] =~ /^head(\d)$/;
- my $f = $heading && $el->[2] =~ /^$section/;
+ my $f = $heading && $el->[2] =~ /^$section/;
$level = $heading if $f && !$level;
return $f;
},