This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Use 'was' not 'is' to describe fixed regressions
authorKarl Williamson <public@khwilliamson.com>
Wed, 8 May 2013 16:21:15 +0000 (10:21 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 8 May 2013 16:41:22 +0000 (10:41 -0600)
'is' implies it still is extant, contrary to the meaning of the text.

pod/perldelta.pod

index f112b3a..976dd40 100644 (file)
@@ -1943,7 +1943,7 @@ calls STORE (it was already calling FETCH).
 
 C<$tied =~ s/$non_utf8/$utf8/> no longer loops infinitely if the tied
 variable returns a Latin-1 string, shared hash key scalar, or reference or
-typeglob that stringifies as ASCII or Latin-1.  This is a regression from
+typeglob that stringifies as ASCII or Latin-1.  This was a regression from
 5.12.x.
 
 =item *
@@ -2880,12 +2880,12 @@ causes subsequent nummification to produce random numbers.
 =item *
 
 Assigning a regular expression to a magic variable no longer wipes away the
-magic.  This is a regression from 5.10.
+magic.  This was a regression from 5.10.
 
 =item *
 
 Assigning a regular expression to a blessed scalar no longer results in
-crashes.  This is also a regression from 5.10.
+crashes.  This was also a regression from 5.10.
 
 =item *
 
@@ -2900,7 +2900,7 @@ warning.
 =item *
 
 Negative array indices no longer cause EXISTS methods of tied variables to
-be ignored.  This is a regression from 5.12.
+be ignored.  This was a regression from 5.12.
 
 =item *