diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-11-15 11:56:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-11-15 11:56:19 +0000 |
commit | 7975e7c1b083ab9cf41ec047e6e53ed2c94f8063 (patch) | |
tree | 175d5fafb418122f4df0726096aef6696aac824f /lib | |
parent | 178aef9aa1f4253b99f9aad2f0a0533dcb0c3f73 (diff) | |
download | perl-7975e7c1b083ab9cf41ec047e6e53ed2c94f8063.tar.gz |
Bump the VERSION on ExtUtils::Embed.
p4raw-id: //depot/perl@32327
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/Embed.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm index 371f9dc64e..dc6d5e75d6 100644 --- a/lib/ExtUtils/Embed.pm +++ b/lib/ExtUtils/Embed.pm @@ -18,7 +18,8 @@ use vars qw(@ISA @EXPORT $VERSION ); use strict; -$VERSION = '1.26_01'; +# This is not a dual-life module, so no need for development version numbers +$VERSION = '1.27'; @ISA = qw(Exporter); @EXPORT = qw(&xsinit &ldopts |