From: Vincent Pit Date: Wed, 1 Jul 2015 14:30:47 +0000 (-0300) Subject: This is 0.16 X-Git-Tag: v0.16^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=b6c499d79e721df76f74eef71222461a747d02b2 This is 0.16 --- diff --git a/Changes b/Changes index 633707a..52d0ebc 100644 --- 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 diff --git a/META.json b/META.json index ec9fb60..cf9ac34 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Vincent Pit " ], "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" } diff --git a/META.yml b/META.yml index e03509c..4b9811a 100644 --- 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 80b5b10..9dfce25 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME autovivification - Lexically disable autovivification. VERSION - Version 0.15 + Version 0.16 SYNOPSIS no autovivification; diff --git a/lib/autovivification.pm b/lib/autovivification.pm index 316e5a2..bc24f39 100644 --- a/lib/autovivification.pm +++ b/lib/autovivification.pm @@ -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