From 911a37294a3f243e6e9b563557f80a6e08cc4b58 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 19 Mar 2011 14:40:36 -0700 Subject: [PATCH] Version bumps for the recent PERL_NO_GET_CONTEXT commits --- ext/File-Glob/Glob.pm | 2 +- ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm | 2 +- ext/Hash-Util/lib/Hash/Util.pm | 2 +- ext/I18N-Langinfo/Langinfo.pm | 2 +- ext/Sys-Hostname/Hostname.pm | 2 +- ext/XS-Typemap/Typemap.pm | 2 +- ext/attributes/attributes.pm | 2 +- ext/mro/mro.pm | 2 +- pod/perldelta.pod | 32 ++++++++++++++++++++++ 9 files changed, 40 insertions(+), 8 deletions(-) diff --git a/ext/File-Glob/Glob.pm b/ext/File-Glob/Glob.pm index fc8e18c..5231d0f 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 0eb5109..a13ea85 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 1ec461a..8555821 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 8af32de..a3bf3b5 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 64ecab5..cdc1231 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 f954d81..c3d2a79 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 cdb015e..178a1263 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 ef47c84..9f01039 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]; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e51a79f..940a979 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -156,6 +156,10 @@ XXX =item * +C has been upgraded from version 0.13 to 0.14. + +=item * + C has been upgraded from version 2.15 to 2.16. =item * @@ -200,6 +204,22 @@ reverted. =item * +C has been upgraded from version 1.11 to 1.12. + +=item * + +C has been upgraded from version 0.10 to 0.11. + +=item * + +C has been upgraded from version 1.08 to 1.09. + +=item * + +C has been upgraded from version 0.07 to 0.08. + +=item * + C has been upgraded from version 1.25_03 to 1.25_04. =item * @@ -228,6 +248,10 @@ C has been upgraded from version 2.45 to 2.46. =item * +C has been upgraded from version 1.06 to 1.07. + +=item * + C has been upgraded from version 0.224 to 0.225 =item * @@ -240,6 +264,10 @@ C has been upgraded from version 2.26 to 2.27. =item * +C has been upgraded from version 1.15 to 1.16. + +=item * + C has been upgraded from version 3.22 to 3.23 =item * @@ -313,6 +341,10 @@ of a code point that hasn't been assigned to another one. =back +=item * + +C has been upgraded from version 0.04 to 0.05. + =back =head2 Removed Modules and Pragmata -- 2.7.4