diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-12-16 16:48:26 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-12-16 16:48:26 +0000 |
commit | 20f15c4187eac900e8420667a1591aa1a78ab45d (patch) | |
tree | 90f11622f1c764d30edfc4c6581638b18f4fd2ed /lib | |
parent | a6d37805ca8a9ba886aa2ba80bc65640f6fd7b01 (diff) | |
download | perl-20f15c4187eac900e8420667a1591aa1a78ab45d.tar.gz |
Version bumps for modules changed by a6d37805ca8a9ba8 ($Id$ removal).
Diffstat (limited to 'lib')
-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 e07e225ae6..9710630e51 100644 --- a/lib/ExtUtils/Embed.pm +++ b/lib/ExtUtils/Embed.pm @@ -18,7 +18,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.29'; +$VERSION = '1.30'; @ISA = qw(Exporter); @EXPORT = qw(&xsinit &ldopts |