]> git.vpit.fr Git - perl/modules/autovivification.git/commitdiff
This is 0.16 v0.16
authorVincent Pit <vince@profvince.com>
Wed, 1 Jul 2015 14:30:47 +0000 (11:30 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 1 Jul 2015 14:30:47 +0000 (11:30 -0300)
Changes
META.json
META.yml
README
lib/autovivification.pm

diff --git a/Changes b/Changes
index 633707a69b82eefb14683b501f1f2671a9c8e865..52d0ebcad39de94fa66fa99cd61536722c6c8cbb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for autovivification
 
+0.16    2015-07-01 14:30 UTC
+        + Fix : Broken linkage on Windows.
+
 0.15    2015-05-14 20:35 UTC
         + Chg : The new environment variable to enable thread tests on older
                 perls is PERL_FORCE_TEST_THREADS. Note that this variable
index ec9fb60e5dddc8cca85571b807fef8185534639a..cf9ac3493d1967a4edf9adc947e56db5f43567fe 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005",
    "license" : [
       "perl_5"
    ],
@@ -55,5 +55,6 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git"
       }
    },
-   "version" : "0.15"
+   "version" : "0.16",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
index e03509c1b671b12cab168b84ae5efc2be06f699a..4b9811abb5fed76eefe5f54a1c242eee6b68787e 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -12,7 +12,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -30,4 +30,5 @@ resources:
   homepage: http://search.cpan.org/dist/autovivification/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git
-version: '0.15'
+version: '0.16'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff --git a/README b/README
index 80b5b10ebff9c8c556638e1374ff99c96d0770d2..9dfce2597178718ab8a7ce58b4f30dce8bc89c8f 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     autovivification - Lexically disable autovivification.
 
 VERSION
-    Version 0.15
+    Version 0.16
 
 SYNOPSIS
         no autovivification;
index 316e5a286c024f02cb70e4e6696261514eeb9a25..bc24f39c786840cb5c751b93da866d03e5e03460 100644 (file)
@@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification.
 
 =head1 VERSION
 
-Version 0.15
+Version 0.16
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.15';
+ $VERSION = '0.16';
 }
 
 =head1 SYNOPSIS