This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
‘criteria was’ -> ‘criteria were’
authorFather Chrysostomos <sprout@cpan.org>
Tue, 21 Sep 2010 23:23:11 +0000 (16:23 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Sep 2010 23:23:11 +0000 (16:23 -0700)
pod/perldiag.pod

index f7693e6..e725749 100644 (file)
@@ -2247,7 +2247,7 @@ list was terminated too soon.
 A "strict" version number is a positive decimal number (integer or
 decimal-fraction) without exponentiation or else a dotted-decimal
 v-string with a leading 'v' character and at least three components.
-The parenthesized text indicates which criteria was not met.
+The parenthesized text indicates which criteria were not met.
 See the L<version> module for more details on allowed version formats.
 
 =item Invalid type '%s' in %s
@@ -2267,7 +2267,7 @@ leading 'v' character.  Otherwise, the leading 'v' is optional.  Both
 decimal and dotted-decimal versions may have a trailing "alpha"
 component separated by an underscore character after a fractional or
 dotted-decimal component.  The parenthesized text indicates which
-criteria was not met.  See the L<version> module for more details on
+criteria were not met.  See the L<version> module for more details on
 allowed version formats.
 
 =item Invalid version object