From: Vincent Pit Date: Sat, 4 Nov 2017 15:38:13 +0000 (+0100) Subject: This is 0.38 X-Git-Tag: v0.38^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=commitdiff_plain;h=af08367ad60bbe4bbf4be2cfc3f0ebdc5acb2408;ds=sidebyside This is 0.38 --- diff --git a/Changes b/Changes index f8e7332..6f9915f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for indirect +0.38 2017-11-04 15:40 UTC + + Fix : [RT #123374] : Compatibility with CV-in-stash optimisation + Thanks Father Chrysostomos for reporting and contributing a + patch. + 0.37 2016-07-12 16:40 UTC + Chg : A large chunk of boilerplate XS code, which is also used in other XS modules, has been factored out of the main .xs file diff --git a/META.json b/META.json index 6a02b5c..7933f7c 100644 --- a/META.json +++ b/META.json @@ -4,13 +4,13 @@ "Vincent Pit " ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.150005", + "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "indirect", "no_index" : { @@ -63,6 +63,6 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git" } }, - "version" : "0.37", - "x_serialization_backend" : "JSON::PP version 2.27400" + "version" : "0.38", + "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index 1fa872d..9a3ce67 100644 --- a/META.yml +++ b/META.yml @@ -19,7 +19,7 @@ configure_requires: Config: '0' ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.18, CPAN::Meta::Converter version 2.150005' +generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -38,5 +38,5 @@ resources: homepage: http://search.cpan.org/dist/indirect/ license: http://dev.perl.org/licenses/ repository: http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git -version: '0.37' +version: '0.38' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/README b/README index fa7c71b..5370498 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME indirect - Lexically warn about using the indirect method call syntax. VERSION - Version 0.37 + Version 0.38 SYNOPSIS In a script : @@ -222,8 +222,8 @@ ACKNOWLEDGEMENTS reporting issues. COPYRIGHT & LICENSE - Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016 Vincent Pit, all - rights reserved. + Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016,2017 Vincent Pit, + all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.