]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
This is 0.38 v0.38
authorVincent Pit <perl@profvince.com>
Sat, 4 Nov 2017 15:38:13 +0000 (16:38 +0100)
committerVincent Pit <perl@profvince.com>
Sat, 4 Nov 2017 15:38:13 +0000 (16:38 +0100)
Changes
META.json
META.yml
README

diff --git a/Changes b/Changes
index f8e7332b9f349f9c1863acbced4ec81b7a78a8fc..6f9915f9f368b0af5a8c3af7ce24b4c381bf0a4a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for indirect
 
 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
 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
index 6a02b5c9d10a761bf990d932333303487228b814..7933f7ceb39d29cc691ac41cd9a3b42f5a13c98b 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
       "Vincent Pit <perl@profvince.com>"
    ],
    "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",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "indirect",
    "no_index" : {
    },
    "name" : "indirect",
    "no_index" : {
@@ -63,6 +63,6 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git"
       }
    },
          "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"
 }
 }
index 1fa872d68c96404d373e0a76dbcd1923727ab1bd..9a3ce67994bec0ebd469f5f552e73845caae16a3 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -19,7 +19,7 @@ configure_requires:
   Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
   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
 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
   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'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/README b/README
index fa7c71bfd5c00cd4f18271b6d97c8c1d53c23250..5370498734f1d4572221fa44ceb010c3e9948742 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect method call syntax.
 
 VERSION
     indirect - Lexically warn about using the indirect method call syntax.
 
 VERSION
-    Version 0.37
+    Version 0.38
 
 SYNOPSIS
     In a script :
 
 SYNOPSIS
     In a script :
@@ -222,8 +222,8 @@ ACKNOWLEDGEMENTS
     reporting issues.
 
 COPYRIGHT & LICENSE
     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.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.