This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
CGI's t/url.t is no longer customized
[perl5.git] / Porting / acknowledgements.pl
index bdfef41..3e388c9 100644 (file)
@@ -100,7 +100,7 @@ sub development_time {
 
     my $development_time;
     if ( $months < 2 ) {
-        return "$weeks weeks";
+        return "$weeks @{[$weeks == 1 ? q(week) : q(weeks)]}";
     } else {
         return "$months months";
     }