summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-12-19 12:21:54 +0000
committerZefram <zefram@fysh.org>2010-12-19 12:21:54 +0000
commite57c1822e7b53e0ef6a7d0f39459c328dc0d59fc (patch)
tree1181bb5e0bd70267f3f74d205522fc0c203c1707 /ext
parentb7f04779ef370c2aa666b6e6c9a1c0ab050db6b4 (diff)
downloadperl-e57c1822e7b53e0ef6a7d0f39459c328dc0d59fc.tar.gz
bump version of many modules
Core-only modules that have changed from v5.13.7, and dual-life modules that have changed from v5.13.7 and didn't show up in earlier passes.
Diffstat (limited to 'ext')
-rw-r--r--ext/Devel-Peek/Peek.pm2
-rw-r--r--ext/DynaLoader/DynaLoader_pm.PL2
-rw-r--r--ext/Fcntl/Fcntl.pm2
-rw-r--r--ext/File-Glob/Glob.pm2
-rw-r--r--ext/GDBM_File/GDBM_File.pm2
-rw-r--r--ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm2
-rw-r--r--ext/NDBM_File/NDBM_File.pm2
-rw-r--r--ext/ODBM_File/ODBM_File.pm2
-rw-r--r--ext/Opcode/Opcode.pm2
-rw-r--r--ext/POSIX/lib/POSIX.pm2
-rw-r--r--ext/PerlIO-via/via.pm2
-rw-r--r--ext/SDBM_File/SDBM_File.pm2
-rw-r--r--ext/XS-APItest/APItest.pm2
13 files changed, 13 insertions, 13 deletions
diff --git a/ext/Devel-Peek/Peek.pm b/ext/Devel-Peek/Peek.pm
index e6efe03ba6..8247dc1511 100644
--- a/ext/Devel-Peek/Peek.pm
+++ b/ext/Devel-Peek/Peek.pm
@@ -3,7 +3,7 @@
package Devel::Peek;
-$VERSION = '1.05';
+$VERSION = '1.06';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
diff --git a/ext/DynaLoader/DynaLoader_pm.PL b/ext/DynaLoader/DynaLoader_pm.PL
index 6e9ee602b2..6ab4740e8e 100644
--- a/ext/DynaLoader/DynaLoader_pm.PL
+++ b/ext/DynaLoader/DynaLoader_pm.PL
@@ -85,7 +85,7 @@ package DynaLoader;
# Tim.Bunce@ig.co.uk, August 1994
BEGIN {
- $VERSION = '1.11';
+ $VERSION = '1.12';
}
require AutoLoader;
diff --git a/ext/Fcntl/Fcntl.pm b/ext/Fcntl/Fcntl.pm
index 3a8d7e2b73..cc35ff02be 100644
--- a/ext/Fcntl/Fcntl.pm
+++ b/ext/Fcntl/Fcntl.pm
@@ -61,7 +61,7 @@ our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
require Exporter;
require XSLoader;
@ISA = qw(Exporter);
-$VERSION = '1.10';
+$VERSION = '1.11';
XSLoader::load();
diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm
index eead37899a..fc8e18c796 100644
--- a/ext/File-Glob/Glob.pm
+++ b/ext/File-Glob/Glob.pm
@@ -36,7 +36,7 @@ use feature 'switch';
@EXPORT_OK = (@{$EXPORT_TAGS{'glob'}}, 'csh_glob');
-$VERSION = '1.10';
+$VERSION = '1.11';
sub import {
require Exporter;
diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm
index 8508564d23..7a8655e5dd 100644
--- a/ext/GDBM_File/GDBM_File.pm
+++ b/ext/GDBM_File/GDBM_File.pm
@@ -69,7 +69,7 @@ require XSLoader;
);
# This module isn't dual life, so no need for dev version numbers.
-$VERSION = '1.12';
+$VERSION = '1.13';
XSLoader::load();
diff --git a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
index bfe9d5bc7c..cf6503674a 100644
--- a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
+++ b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use Scalar::Util qw( reftype);
-our $VERSION = '1.06';
+our $VERSION = '1.07';
require Exporter;
our @ISA = qw(Exporter);
diff --git a/ext/NDBM_File/NDBM_File.pm b/ext/NDBM_File/NDBM_File.pm
index ba7066a1e2..17c936a9e5 100644
--- a/ext/NDBM_File/NDBM_File.pm
+++ b/ext/NDBM_File/NDBM_File.pm
@@ -7,7 +7,7 @@ require Tie::Hash;
require XSLoader;
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.10";
+our $VERSION = "1.11";
XSLoader::load();
diff --git a/ext/ODBM_File/ODBM_File.pm b/ext/ODBM_File/ODBM_File.pm
index c44aa228bc..caf8c7247b 100644
--- a/ext/ODBM_File/ODBM_File.pm
+++ b/ext/ODBM_File/ODBM_File.pm
@@ -7,7 +7,7 @@ require Tie::Hash;
require XSLoader;
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.09";
+our $VERSION = "1.10";
XSLoader::load();
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm
index 0766940f27..21d9079799 100644
--- a/ext/Opcode/Opcode.pm
+++ b/ext/Opcode/Opcode.pm
@@ -6,7 +6,7 @@ use strict;
our($VERSION, @ISA, @EXPORT_OK);
-$VERSION = "1.17";
+$VERSION = "1.18";
use Carp;
use Exporter ();
diff --git a/ext/POSIX/lib/POSIX.pm b/ext/POSIX/lib/POSIX.pm
index 1071b3b955..b86f2a9f14 100644
--- a/ext/POSIX/lib/POSIX.pm
+++ b/ext/POSIX/lib/POSIX.pm
@@ -4,7 +4,7 @@ use warnings;
our(@ISA, %EXPORT_TAGS, @EXPORT_OK, @EXPORT, $AUTOLOAD, %SIGRT) = ();
-our $VERSION = "1.22";
+our $VERSION = "1.23";
use AutoLoader;
diff --git a/ext/PerlIO-via/via.pm b/ext/PerlIO-via/via.pm
index b5d519da40..2907762aa4 100644
--- a/ext/PerlIO-via/via.pm
+++ b/ext/PerlIO-via/via.pm
@@ -1,5 +1,5 @@
package PerlIO::via;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
require XSLoader;
XSLoader::load();
1;
diff --git a/ext/SDBM_File/SDBM_File.pm b/ext/SDBM_File/SDBM_File.pm
index acaaa69fda..c989ceb6f4 100644
--- a/ext/SDBM_File/SDBM_File.pm
+++ b/ext/SDBM_File/SDBM_File.pm
@@ -7,7 +7,7 @@ require Tie::Hash;
require XSLoader;
our @ISA = qw(Tie::Hash);
-our $VERSION = "1.08";
+our $VERSION = "1.09";
XSLoader::load();
diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm
index 6c3e48a4a4..b95af26df2 100644
--- a/ext/XS-APItest/APItest.pm
+++ b/ext/XS-APItest/APItest.pm
@@ -50,7 +50,7 @@ sub import {
}
}
-our $VERSION = '0.26';
+our $VERSION = '0.27';
use vars '$WARNINGS_ON_BOOTSTRAP';
use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);