From a8fb8d791b74ff90850140d94407aad99ec86fe3 Mon Sep 17 00:00:00 2001 From: John Peacock Date: Thu, 6 Jan 2011 20:02:37 -0500 Subject: Sync with version 0.88 on CPAN --- lib/version.pm | 2 +- lib/version.pod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/version.pm b/lib/version.pm index b07cb7717a..adeaacdd47 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv); -$VERSION = 0.86; +$VERSION = 0.88; $CLASS = 'version'; diff --git a/lib/version.pod b/lib/version.pod index a8cded81b0..fcaf5d6acc 100644 --- a/lib/version.pod +++ b/lib/version.pod @@ -59,7 +59,7 @@ source file. Quoting is recommended, as it ensures that trailing zeroes =item Dotted Decimal Versions The more modern form of version assignment, with 3 (or potentially more) -integers seperated by decimal points (e.g. v1.2.3). This is the form that +integers separated by decimal points (e.g. v1.2.3). This is the form that Perl itself has used since 5.6.0 was released. The leading "v" is now strongly recommended for clarity, and will throw a warning in a future release if omitted. @@ -210,7 +210,7 @@ C are not sufficient for your needs. =head2 How to compare version objects -Version objects overload the C and C<< E=E >> operators. Perl +Version objects overload the C and C<< <=> >> operators. Perl automatically generates all of the other comparison operators based on those two so all the normal logical comparisons will work. -- cgit v1.2.1