]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commitdiff
This is 0.12 master v0.12
authorVincent Pit <perl@profvince.com>
Mon, 21 Dec 2015 16:20:27 +0000 (17:20 +0100)
committerVincent Pit <perl@profvince.com>
Mon, 21 Dec 2015 16:20:27 +0000 (17:20 +0100)
Changes
META.json
META.yml
Plugin.pm
Plugin.pod
README

diff --git a/Changes b/Changes
index 887b7674120a0257631c57ad5ed8a66a678bd5b0..c0b0e648e718415037f14036d6b00f241936c301 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.12    2015-12-21 16:20 UTC - Vincent Pit
+        + Upd : The internal XS helpers headers were updated to help uncover
+                some possible future memory-related errors.
+
 0.11    2015-11-05 01:00 UTC - Vincent Pit
         + Add : It is now possible to specify a re::engine::Plugin object
                 destructor by passing the 'free' option either to
index 814e17306d607281f051e162e522a343f1d6d3ef..fcaa52b2c24686bc1454ff6e86beb163a3a671fd 100644 (file)
--- a/META.json
+++ b/META.json
    "prereqs" : {
       "build" : {
          "requires" : {
+            "Config" : "0",
             "ExtUtils::MakeMaker" : "0",
             "Test::More" : "0",
-            "XSLoader" : "0"
+            "XSLoader" : "0",
+            "lib" : "0"
          }
       },
       "configure" : {
          "requires" : {
+            "Config" : "0",
             "ExtUtils::MakeMaker" : "0"
          }
       },
@@ -53,6 +56,6 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fre-engine-Plugin.git"
       }
    },
-   "version" : "0.11",
+   "version" : "0.12",
    "x_serialization_backend" : "JSON::PP version 2.27300"
 }
index c853e8dbe9eb50da07573e2afeec0b2675957d9f..fc1d023e0f30d9783b4cd1771ec09a48c251bb06 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -4,10 +4,13 @@ author:
   - 'Ævar Arnfjörð Bjarmason <avar@cpan.org>'
   - 'Vincent Pit <perl@profvince.com>'
 build_requires:
+  Config: '0'
   ExtUtils::MakeMaker: '0'
   Test::More: '0'
   XSLoader: '0'
+  lib: '0'
 configure_requires:
+  Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
 generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 2.150005'
@@ -28,5 +31,5 @@ resources:
   homepage: http://search.cpan.org/dist/re-engine-Plugin/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2Fre-engine-Plugin.git
-version: '0.11'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '0.12'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
index cc6d6e7ace52dcee56f17c302375bdce8621019e..eee5dadd5c24d679a3166432b47106450ce4015c 100644 (file)
--- a/Plugin.pm
+++ b/Plugin.pm
@@ -6,7 +6,7 @@ use strict;
 our ($VERSION, @ISA);
 
 BEGIN {
- $VERSION = '0.11';
+ $VERSION = '0.12';
  # All engines should subclass the core Regexp package
  @ISA = 'Regexp';
  require XSLoader;
index 04189d2609e654c327351b4c19f424f1ce420f2b..98633c4fadebf42436e1c8f1643fbb46da846336 100644 (file)
@@ -4,7 +4,7 @@ re::engine::Plugin - API to write custom regex engines
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =head1 DESCRIPTION
 
diff --git a/README b/README
index 3f98e9989ca9370937fdf367e9329b6cf8d87ce7..c885526b5815dcf18eed8c2d47795b383cd2b541 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     re::engine::Plugin - API to write custom regex engines
 
 VERSION
-    Version 0.11
+    Version 0.12
 
 DESCRIPTION
     As of perl 5.9.5 it's possible to lexically replace perl's built-in