+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
 
    "prereqs" : {
       "build" : {
          "requires" : {
+            "Config" : "0",
             "ExtUtils::MakeMaker" : "0",
             "Test::More" : "0",
-            "XSLoader" : "0"
+            "XSLoader" : "0",
+            "lib" : "0"
          }
       },
       "configure" : {
          "requires" : {
+            "Config" : "0",
             "ExtUtils::MakeMaker" : "0"
          }
       },
          "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"
 }
 
   - 'Æ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'
   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'
 
 our ($VERSION, @ISA);
 
 BEGIN {
- $VERSION = '0.11';
+ $VERSION = '0.12';
  # All engines should subclass the core Regexp package
  @ISA = 'Regexp';
  require XSLoader;
 
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =head1 DESCRIPTION
 
 
     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