In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a6485a247941d126734ee4585a7e19bf7e31097e?hp=125218eb5a6d12e7435d3243190b94fc5bb0c7d4>

- Log -----------------------------------------------------------------
commit a6485a247941d126734ee4585a7e19bf7e31097e
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Tue Sep 21 16:23:11 2010 -0700

    ‘criteria was’ -> ‘criteria were’
-----------------------------------------------------------------------

Summary of changes:
 pod/perldiag.pod |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index f7693e6..e725749 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -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

--
Perl5 Master Repository

Reply via email to