summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-10-20 10:22:07 -0700
committerFlorian Ragwitz <rafl@debian.org>2011-10-20 12:18:33 -0700
commit9fe5af707229ede49f0409e00e438d82ee7064ae (patch)
treeb553e20314713ed4da8b2b67be3ca283bdae1347 /Porting
parent0ba0a5ddd28e6165b005a410cceaa52621c1669b (diff)
downloadperl-9fe5af707229ede49f0409e00e438d82ee7064ae.tar.gz
Stop Porting/acknowledgements.pl from producing hatespace
Diffstat (limited to 'Porting')
-rw-r--r--Porting/acknowledgements.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/Porting/acknowledgements.pl b/Porting/acknowledgements.pl
index bd9ac8227c..5f36b8ffbf 100644
--- a/Porting/acknowledgements.pl
+++ b/Porting/acknowledgements.pl
@@ -51,8 +51,8 @@ my $text
since Perl $previous_version and contains approximately $formatted_changes
lines of changes across $formatted_files files from $nauthors authors.
-Perl continues to flourish into its third decade thanks to a vibrant
-community of users and developers. The following people are known to
+Perl continues to flourish into its third decade thanks to a vibrant
+community of users and developers. The following people are known to
have contributed the improvements that became Perl $next_version:
$authors
@@ -66,8 +66,7 @@ modules included in Perl's core. We're grateful to the entire CPAN
community for helping Perl to flourish.
For a more complete list of all of Perl's historical contributors,
-please see the F<AUTHORS> file in the Perl source distribution.
-";
+please see the F<AUTHORS> file in the Perl source distribution.";
my $wrapped = fill( '', '', $text );
print "$wrapped\n";