diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/File/Glob/Glob.pm | 2 | ||||
-rw-r--r-- | ext/GDBM_File/GDBM_File.pm | 2 | ||||
-rw-r--r-- | ext/NDBM_File/NDBM_File.pm | 2 | ||||
-rw-r--r-- | ext/ODBM_File/ODBM_File.pm | 2 | ||||
-rw-r--r-- | ext/Opcode/Opcode.pm | 2 | ||||
-rw-r--r-- | ext/Opcode/ops.pm | 2 | ||||
-rw-r--r-- | ext/SDBM_File/SDBM_File.pm | 2 | ||||
-rw-r--r-- | ext/XS/Typemap/Typemap.pm | 2 | ||||
-rw-r--r-- | ext/attrs/attrs.pm | 2 | ||||
-rw-r--r-- | ext/re/re.pm | 2 | ||||
-rw-r--r-- | ext/threads/shared/shared.pm | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm index 28af8a8a4f..133c650529 100644 --- a/ext/File/Glob/Glob.pm +++ b/ext/File/Glob/Glob.pm @@ -56,7 +56,7 @@ use XSLoader (); ) ], ); -$VERSION = '1.04'; +$VERSION = '1.05'; sub import { require Exporter; diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm index 63541bb04a..641bb01ec9 100644 --- a/ext/GDBM_File/GDBM_File.pm +++ b/ext/GDBM_File/GDBM_File.pm @@ -68,7 +68,7 @@ use XSLoader (); GDBM_WRITER ); -$VERSION = "1.07"; +$VERSION = "1.08"; sub AUTOLOAD { my($constname); diff --git a/ext/NDBM_File/NDBM_File.pm b/ext/NDBM_File/NDBM_File.pm index e74ca2e292..9fa4d4b2cd 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.05"; +our $VERSION = "1.06"; XSLoader::load 'NDBM_File', $VERSION; diff --git a/ext/ODBM_File/ODBM_File.pm b/ext/ODBM_File/ODBM_File.pm index d23d3727ba..f76b444abb 100644 --- a/ext/ODBM_File/ODBM_File.pm +++ b/ext/ODBM_File/ODBM_File.pm @@ -7,7 +7,7 @@ require Tie::Hash; use XSLoader (); our @ISA = qw(Tie::Hash); -our $VERSION = "1.05"; +our $VERSION = "1.06"; XSLoader::load 'ODBM_File', $VERSION; diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm index 9a1c92b2b0..225fda9031 100644 --- a/ext/Opcode/Opcode.pm +++ b/ext/Opcode/Opcode.pm @@ -6,7 +6,7 @@ use strict; our($VERSION, $XS_VERSION, @ISA, @EXPORT_OK); -$VERSION = "1.07"; +$VERSION = "1.08"; $XS_VERSION = "1.03"; use Carp; diff --git a/ext/Opcode/ops.pm b/ext/Opcode/ops.pm index 113445f29c..af3842918f 100644 --- a/ext/Opcode/ops.pm +++ b/ext/Opcode/ops.pm @@ -1,6 +1,6 @@ package ops; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Opcode qw(opmask_add opset invert_opset); diff --git a/ext/SDBM_File/SDBM_File.pm b/ext/SDBM_File/SDBM_File.pm index e83a814ded..07a05e1d49 100644 --- a/ext/SDBM_File/SDBM_File.pm +++ b/ext/SDBM_File/SDBM_File.pm @@ -7,7 +7,7 @@ require Tie::Hash; use XSLoader (); our @ISA = qw(Tie::Hash); -our $VERSION = "1.04" ; +our $VERSION = "1.05"; XSLoader::load 'SDBM_File', $VERSION; diff --git a/ext/XS/Typemap/Typemap.pm b/ext/XS/Typemap/Typemap.pm index ce5a65f0ee..0c10f40c15 100644 --- a/ext/XS/Typemap/Typemap.pm +++ b/ext/XS/Typemap/Typemap.pm @@ -36,7 +36,7 @@ use base qw/ DynaLoader Exporter /; use vars qw/ $VERSION @EXPORT /; -$VERSION = '0.01'; +$VERSION = '0.02'; @EXPORT = (qw/ T_SV diff --git a/ext/attrs/attrs.pm b/ext/attrs/attrs.pm index 483d14803e..c483cd3455 100644 --- a/ext/attrs/attrs.pm +++ b/ext/attrs/attrs.pm @@ -1,7 +1,7 @@ package attrs; use XSLoader (); -$VERSION = "1.01"; +$VERSION = "1.02"; =head1 NAME diff --git a/ext/re/re.pm b/ext/re/re.pm index bd22948ef4..85ed9b6c6b 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -1,6 +1,6 @@ package re; -our $VERSION = 0.05; +our $VERSION = 0.06; =head1 NAME diff --git a/ext/threads/shared/shared.pm b/ext/threads/shared/shared.pm index da3b9617f7..baae73590f 100644 --- a/ext/threads/shared/shared.pm +++ b/ext/threads/shared/shared.pm @@ -7,7 +7,7 @@ BEGIN { require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(share cond_wait cond_timedwait cond_broadcast cond_signal); - our $VERSION = '0.93'; + our $VERSION = '0.94'; if ($threads::threads) { *cond_wait = \&cond_wait_enabled; |