From e937c40d399bae93789feb66422b1547265ce0e0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 26 Aug 2011 10:00:13 -0700 Subject: Update UNIVERSAL::VERSION docs following 9bf41c1 --- lib/UNIVERSAL.pm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/UNIVERSAL.pm b/lib/UNIVERSAL.pm index d66d4c5598..e649ef2c2f 100644 --- a/lib/UNIVERSAL.pm +++ b/lib/UNIVERSAL.pm @@ -1,6 +1,6 @@ package UNIVERSAL; -our $VERSION = '1.08'; +our $VERSION = '1.09'; # UNIVERSAL should not contain any extra subs/methods beyond those # that it exists to define. The use of Exporter below is a historical @@ -165,9 +165,8 @@ block or C if you need to be extra paranoid. C will return the value of the variable C<$VERSION> in the package the object is blessed into. If C is given then it will do a comparison and die if the package version is not -greater than or equal to C. Both C<$VERSION> or C -must be "lax" version numbers (as defined by the L module) -or C will die with an error. +greater than or equal to C, or if either C<$VERSION> or C +is not a "lax" version number (as defined by the L module). C can be called as either a class (static) method or an object method. -- cgit v1.2.1