summaryrefslogtreecommitdiff
path: root/lib/version.pm
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@jpeacock-hp.doesntexist.org>2011-01-06 20:02:37 -0500
committerDavid Golden <dagolden@cpan.org>2011-01-06 20:48:26 -0500
commita8fb8d791b74ff90850140d94407aad99ec86fe3 (patch)
tree07ecb306b36e9ce59328260ab759b217a3ba0dbd /lib/version.pm
parentad927ab045c6e80e8fa93fe96c869e231194ecf7 (diff)
downloadperl-a8fb8d791b74ff90850140d94407aad99ec86fe3.tar.gz
Sync with version 0.88 on CPAN
Diffstat (limited to 'lib/version.pm')
-rw-r--r--lib/version.pm2
1 files changed, 1 insertions, 1 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';