diff options
author | David Mitchell <davem@iabyn.com> | 2009-07-03 22:53:42 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-07-03 22:53:42 +0100 |
commit | af048c18889d4232ba48aa87bdd20a2320723b43 (patch) | |
tree | 3e0fe14f7489401880c17234bb144999acb85888 /ext | |
parent | 7536d879835346ee8671a43b3f9e0bf5a70ad7c3 (diff) | |
download | perl-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.pm | 2 | ||||
-rw-r--r-- | ext/NDBM_File/NDBM_File.pm | 2 | ||||
-rw-r--r-- | ext/Socket/Socket.pm | 2 |
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 |