diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-03-31 23:08:45 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-31 23:08:45 +0000 |
commit | d8528f07d4f9e687f7398656349cf605d0c2fb93 (patch) | |
tree | 6d53ae0b768e75f4802744be117f5f19a3865e09 /lib/ExtUtils/Embed.pm | |
parent | 33768f1313b327865518f09b2c67d4134cf183fc (diff) | |
download | perl-d8528f07d4f9e687f7398656349cf605d0c2fb93.tar.gz |
$VERSION++ for all the non-dual life modules outside ext/ that
Porting/cmpVERSION.pl reports differ from the 5.10.0 release.
All the rest of the differences would seem to be dual-life. :-(
p4raw-id: //depot/perl@33623
Diffstat (limited to 'lib/ExtUtils/Embed.pm')
-rw-r--r-- | lib/ExtUtils/Embed.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Embed.pm b/lib/ExtUtils/Embed.pm index 619b134220..24ae9092f5 100644 --- a/lib/ExtUtils/Embed.pm +++ b/lib/ExtUtils/Embed.pm @@ -19,7 +19,7 @@ use vars qw(@ISA @EXPORT $VERSION use strict; # This is not a dual-life module, so no need for development version numbers -$VERSION = '1.27'; +$VERSION = '1.28'; @ISA = qw(Exporter); @EXPORT = qw(&xsinit &ldopts |