summaryrefslogtreecommitdiff
path: root/lib/version.pm
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2007-10-24 18:04:45 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-10-25 08:46:27 +0000
commit72287d960b27266568e4ac3e7defc1c830eec00b (patch)
tree00bca7ea9f79a061ffdaf729a4653df4d65d0758 /lib/version.pm
parent14c4693962e26696a60cec3d9cead6b9b4818149 (diff)
downloadperl-72287d960b27266568e4ac3e7defc1c830eec00b.tar.gz
Bring version.pm core into compliance with CPAN release
Message-ID: <471FF9BD.40204@havurah-software.org> p4raw-id: //depot/perl@32189
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 7a3f14b2f5..f05d20a399 100644
--- a/lib/version.pm
+++ b/lib/version.pm
@@ -6,7 +6,7 @@ use strict;
use vars qw(@ISA $VERSION $CLASS *qv);
-$VERSION = 0.73;
+$VERSION = 0.74;
$CLASS = 'version';