]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
This is 0.14 v0.14
authorVincent Pit <vince@profvince.com>
Sat, 14 Mar 2015 03:10:57 +0000 (00:10 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 14 Mar 2015 03:10:57 +0000 (00:10 -0300)
Changes
META.json
META.yml
README
lib/Lexical/Types.pm

diff --git a/Changes b/Changes
index fda117be060986ff031eee2419fe36fefad87ecf..04b7af8d95f837c9f7ef8703073c2aa5b2970346 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Lexical-Types
 
 Revision history for Lexical-Types
 
+0.14    2015-03-14 03:10 UTC
+        + Chg : perl 5.8.4 is now required (instead of 5.8.3).
+        + Fix : [RT #100202] : Fix for 5.21.6-to-be.
+                Thanks Father Chrysostomos for reporting and contributing a
+                patch.
+        + Fix : Be really compatible with the optional OP_PARENT feature.
+        + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms,
+                which will address failures of t/81-threads-teardown.t with
+                unusual compilers (like icc) that link all their compiled
+                objects to their own libraries.
+
 0.13    2014-10-04 23:25 UTC
         + Add : Support for the PERL_OP_PARENT optional feature introduced in
                 perl 5.21.2.
 0.13    2014-10-04 23:25 UTC
         + Add : Support for the PERL_OP_PARENT optional feature introduced in
                 perl 5.21.2.
index b2b6cceb7ad5b90b5a2eb2feef56f749db101a85..b8a6b13973794c57e021432eca053a07d2763ed4 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001",
    "license" : [
       "perl_5"
    ],
    "license" : [
       "perl_5"
    ],
@@ -27,7 +27,8 @@
             "ExtUtils::MakeMaker" : "0",
             "Test::More" : "0",
             "XSLoader" : "0",
             "ExtUtils::MakeMaker" : "0",
             "Test::More" : "0",
             "XSLoader" : "0",
-            "constant" : "0"
+            "constant" : "0",
+            "lib" : "0"
          }
       },
       "configure" : {
          }
       },
       "configure" : {
@@ -40,7 +41,7 @@
          "requires" : {
             "Carp" : "0",
             "XSLoader" : "0",
          "requires" : {
             "Carp" : "0",
             "XSLoader" : "0",
-            "perl" : "5.008003"
+            "perl" : "5.008004"
          }
       }
    },
          }
       }
    },
@@ -57,5 +58,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git"
       }
    },
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git"
       }
    },
-   "version" : "0.13"
+   "version" : "0.14"
 }
 }
index e78e7eec35b5ee3d9a1f27e170d5ba2316c71902..cc3cc0b33504d6c9fbe8e4f17d2052c7d069ff1e 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -9,11 +9,12 @@ build_requires:
   Test::More: '0'
   XSLoader: '0'
   constant: '0'
   Test::More: '0'
   XSLoader: '0'
   constant: '0'
+  lib: '0'
 configure_requires:
   Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
 configure_requires:
   Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001'
 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
@@ -26,10 +27,10 @@ no_index:
 requires:
   Carp: '0'
   XSLoader: '0'
 requires:
   Carp: '0'
   XSLoader: '0'
-  perl: '5.008003'
+  perl: '5.008004'
 resources:
   bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Lexical-Types
   homepage: http://search.cpan.org/dist/Lexical-Types/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git
 resources:
   bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Lexical-Types
   homepage: http://search.cpan.org/dist/Lexical-Types/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2FLexical-Types.git
-version: '0.13'
+version: '0.14'
diff --git a/README b/README
index ce2b7f745f4fc874e8e3c99e4b3516e051096ee3..e4eb74e07f03ad8b86ee66b0c6f762aaa8012fea 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Lexical::Types - Extend the semantics of typed lexicals.
 
 VERSION
     Lexical::Types - Extend the semantics of typed lexicals.
 
 VERSION
-    Version 0.13
+    Version 0.14
 
 SYNOPSIS
         { package Str; }
 
 SYNOPSIS
         { package Str; }
@@ -219,7 +219,7 @@ CAVEATS
     addressed in perl 5.10.
 
 DEPENDENCIES
     addressed in perl 5.10.
 
 DEPENDENCIES
-    perl 5.8.3.
+    perl 5.8.4.
 
     A C compiler. This module may happen to build with a C++ compiler as
     well, but don't rely on it, as no guarantee is made in this regard.
 
     A C compiler. This module may happen to build with a C++ compiler as
     well, but don't rely on it, as no guarantee is made in this regard.
@@ -257,7 +257,7 @@ ACKNOWLEDGEMENTS
     Thanks Florian Ragwitz for suggesting the use of constants for types.
 
 COPYRIGHT & LICENSE
     Thanks Florian Ragwitz for suggesting the use of constants for types.
 
 COPYRIGHT & LICENSE
-    Copyright 2009,2010,2011,2012,2013,2014 Vincent Pit, all rights
+    Copyright 2009,2010,2011,2012,2013,2014,2015 Vincent Pit, all rights
     reserved.
 
     This program is free software; you can redistribute it and/or modify it
     reserved.
 
     This program is free software; you can redistribute it and/or modify it
index 91c9a105081ead32491b87123b0632dd06eb6d0b..ea79e269f544e5ca9c094780a351442320884f71 100644 (file)
@@ -11,13 +11,13 @@ Lexical::Types - Extend the semantics of typed lexicals.
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.13
+Version 0.14
 
 =cut
 
 our $VERSION;
 BEGIN {
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.13';
+ $VERSION = '0.14';
 }
 
 =head1 SYNOPSIS
 }
 
 =head1 SYNOPSIS