diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/File-Glob/Glob.pm | 2 | ||||
-rw-r--r-- | ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm | 2 | ||||
-rw-r--r-- | ext/Hash-Util/lib/Hash/Util.pm | 2 | ||||
-rw-r--r-- | ext/I18N-Langinfo/Langinfo.pm | 2 | ||||
-rw-r--r-- | ext/Sys-Hostname/Hostname.pm | 2 | ||||
-rw-r--r-- | ext/XS-Typemap/Typemap.pm | 2 | ||||
-rw-r--r-- | ext/attributes/attributes.pm | 2 | ||||
-rw-r--r-- | ext/mro/mro.pm | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm index fc8e18c796..5231d0f37b 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.11'; +$VERSION = '1.12'; sub import { require Exporter; diff --git a/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm b/ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm index 0eb5109cf8..a13ea856d5 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.08'; +our $VERSION = '1.09'; require Exporter; our @ISA = qw(Exporter); diff --git a/ext/Hash-Util/lib/Hash/Util.pm b/ext/Hash-Util/lib/Hash/Util.pm index 1ec461a453..8555821309 100644 --- a/ext/Hash-Util/lib/Hash/Util.pm +++ b/ext/Hash-Util/lib/Hash/Util.pm @@ -29,7 +29,7 @@ our @EXPORT_OK = qw( hash_seed hv_store ); -our $VERSION = '0.10'; +our $VERSION = '0.11'; require XSLoader; XSLoader::load(); diff --git a/ext/I18N-Langinfo/Langinfo.pm b/ext/I18N-Langinfo/Langinfo.pm index 8af32de5a9..a3bf3b58e5 100644 --- a/ext/I18N-Langinfo/Langinfo.pm +++ b/ext/I18N-Langinfo/Langinfo.pm @@ -72,7 +72,7 @@ our @EXPORT_OK = qw( YESSTR ); -our $VERSION = '0.07'; +our $VERSION = '0.08'; XSLoader::load(); diff --git a/ext/Sys-Hostname/Hostname.pm b/ext/Sys-Hostname/Hostname.pm index 64ecab596d..cdc1231ad5 100644 --- a/ext/Sys-Hostname/Hostname.pm +++ b/ext/Sys-Hostname/Hostname.pm @@ -14,7 +14,7 @@ our $VERSION; our $host; BEGIN { - $VERSION = '1.15'; + $VERSION = '1.16'; { local $SIG{__DIE__}; eval { diff --git a/ext/XS-Typemap/Typemap.pm b/ext/XS-Typemap/Typemap.pm index f954d81d1e..c3d2a7957c 100644 --- a/ext/XS-Typemap/Typemap.pm +++ b/ext/XS-Typemap/Typemap.pm @@ -36,7 +36,7 @@ require XSLoader; use vars qw/ $VERSION @EXPORT /; -$VERSION = '0.04'; +$VERSION = '0.05'; @EXPORT = (qw/ T_SV diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm index cdb015e583..178a126329 100644 --- a/ext/attributes/attributes.pm +++ b/ext/attributes/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.13; +our $VERSION = 0.14; @EXPORT_OK = qw(get reftype); @EXPORT = (); diff --git a/ext/mro/mro.pm b/ext/mro/mro.pm index ef47c843ce..9f01039575 100644 --- a/ext/mro/mro.pm +++ b/ext/mro/mro.pm @@ -12,7 +12,7 @@ use warnings; # mro.pm versions < 1.00 reserved for MRO::Compat # for partial back-compat to 5.[68].x -our $VERSION = '1.06'; +our $VERSION = '1.07'; sub import { mro::set_mro(scalar(caller), $_[1]) if $_[1]; |