diff options
author | Abir Viqar <abiviq@hushmail.com> | 2013-10-03 16:36:26 -0400 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-12-19 17:26:21 +0000 |
commit | b88937b3b612eec078920cec65cfef193797f906 (patch) | |
tree | 199e162a837051d3ab4a8f0c00aebbf54361da35 | |
parent | 67e92e89d4a2f7b9a3a401ea926f97ce445961a5 (diff) | |
download | perl-b88937b3b612eec078920cec65cfef193797f906.tar.gz |
Porting/corelist-perldelta.pl - Remove trailing whitespace
-rwxr-xr-x | Porting/corelist-perldelta.pl | 4 |
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; }, |