From 9fe5af707229ede49f0409e00e438d82ee7064ae Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Thu, 20 Oct 2011 10:22:07 -0700 Subject: [PATCH] Stop Porting/acknowledgements.pl from producing hatespace --- Porting/acknowledgements.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Porting/acknowledgements.pl b/Porting/acknowledgements.pl index bd9ac82..5f36b8f 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 file in the Perl source distribution. -"; +please see the F file in the Perl source distribution."; my $wrapped = fill( '', '', $text ); print "$wrapped\n"; -- 2.7.4