summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-07-03 22:53:42 +0100
committerDavid Mitchell <davem@iabyn.com>2009-07-03 22:53:42 +0100
commitaf048c18889d4232ba48aa87bdd20a2320723b43 (patch)
tree3e0fe14f7489401880c17234bb144999acb85888 /ext
parent7536d879835346ee8671a43b3f9e0bf5a70ad7c3 (diff)
downloadperl-af048c18889d4232ba48aa87bdd20a2320723b43.tar.gz
bump versions of non-dual-life modules that
* differ between 5.10.0 and maint-5.10, or * differ between 5.8.9 and maint-5.10
Diffstat (limited to 'ext')
-rw-r--r--ext/B/B/Xref.pm2
-rw-r--r--ext/NDBM_File/NDBM_File.pm2
-rw-r--r--ext/Socket/Socket.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/B/B/Xref.pm b/ext/B/B/Xref.pm
index 28bd74cd23..64e677ccb8 100644
--- a/ext/B/B/Xref.pm
+++ b/ext/B/B/Xref.pm
@@ -1,6 +1,6 @@
package B::Xref;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=head1 NAME
diff --git a/ext/NDBM_File/NDBM_File.pm b/ext/NDBM_File/NDBM_File.pm
index b88e657dbf..3183395bef 100644
--- a/ext/NDBM_File/NDBM_File.pm
+++ b/ext/NDBM_File/NDBM_File.pm
@@ -7,7 +7,7 @@ require Tie::Hash;
use XSLoader ();
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.07";
+our $VERSION = "1.08";
XSLoader::load 'NDBM_File', $VERSION;
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm
index 7d130bace9..1467021c65 100644
--- a/ext/Socket/Socket.pm
+++ b/ext/Socket/Socket.pm
@@ -1,7 +1,7 @@
package Socket;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.82";
+$VERSION = "1.83";
=head1 NAME