Version bumps for the recent PERL_NO_GET_CONTEXT commits
authorFather Chrysostomos <sprout@cpan.org>
Sat, 19 Mar 2011 21:40:36 +0000 (14:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 19 Mar 2011 21:40:36 +0000 (14:40 -0700)
ext/File-Glob/Glob.pm
ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
ext/Hash-Util/lib/Hash/Util.pm
ext/I18N-Langinfo/Langinfo.pm
ext/Sys-Hostname/Hostname.pm
ext/XS-Typemap/Typemap.pm
ext/attributes/attributes.pm
ext/mro/mro.pm
pod/perldelta.pod

index fc8e18c..5231d0f 100644 (file)
@@ -36,7 +36,7 @@ use feature 'switch';
 
 @EXPORT_OK   = (@{$EXPORT_TAGS{'glob'}}, 'csh_glob');
 
-$VERSION = '1.11';
+$VERSION = '1.12';
 
 sub import {
     require Exporter;
index 0eb5109..a13ea85 100644 (file)
@@ -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);
index 1ec461a..8555821 100644 (file)
@@ -29,7 +29,7 @@ our @EXPORT_OK  = qw(
                      hash_seed hv_store
 
                     );
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 require XSLoader;
 XSLoader::load();
 
index 8af32de..a3bf3b5 100644 (file)
@@ -72,7 +72,7 @@ our @EXPORT_OK = qw(
        YESSTR
 );
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 XSLoader::load();
 
index 64ecab5..cdc1231 100644 (file)
@@ -14,7 +14,7 @@ our $VERSION;
 our $host;
 
 BEGIN {
-    $VERSION = '1.15';
+    $VERSION = '1.16';
     {
        local $SIG{__DIE__};
        eval {
index f954d81..c3d2a79 100644 (file)
@@ -36,7 +36,7 @@ require XSLoader;
 
 use vars qw/ $VERSION @EXPORT /;
 
-$VERSION = '0.04';
+$VERSION = '0.05';
 
 @EXPORT = (qw/
           T_SV
index cdb015e..178a126 100644 (file)
@@ -1,6 +1,6 @@
 package attributes;
 
-our $VERSION = 0.13;
+our $VERSION = 0.14;
 
 @EXPORT_OK = qw(get reftype);
 @EXPORT = ();
index ef47c84..9f01039 100644 (file)
@@ -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];
index e51a79f..940a979 100644 (file)
@@ -156,6 +156,10 @@ XXX
 
 =item *
 
+C<attributes> has been upgraded from version 0.13 to 0.14.
+
+=item *
+
 C<base> has been upgraded from version 2.15 to 2.16.
 
 =item *
@@ -200,6 +204,22 @@ reverted.
 
 =item *
 
+C<File::Glob> has been upgraded from version 1.11 to 1.12.
+
+=item *
+
+C<Hash::Util> has been upgraded from version 0.10 to 0.11.
+
+=item *
+
+C<Hash::Util::FieldHash> has been upgraded from version 1.08 to 1.09.
+
+=item *
+
+C<I18N::Langinfo> has been upgraded from version 0.07 to 0.08.
+
+=item *
+
 C<IO> has been upgraded from version 1.25_03 to 1.25_04.
 
 =item *
@@ -228,6 +248,10 @@ C<Module::CoreList> has been upgraded from version 2.45 to 2.46.
 
 =item *
 
+C<mro> has been upgraded from version 1.06 to 1.07.
+
+=item *
+
 C<parent> has been upgraded from version 0.224 to 0.225
 
 =item *
@@ -240,6 +264,10 @@ C<Storable> has been upgraded from version 2.26 to 2.27.
 
 =item *
 
+C<Sys::Hostname> has been upgraded from version 1.15 to 1.16.
+
+=item *
+
 C<Test::Harness> 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<XS::Typemap> has been upgraded from version 0.04 to 0.05.
+
 =back
 
 =head2 Removed Modules and Pragmata