]> git.vpit.fr Git - perl/modules/re-engine-Hooks.git/commitdiff
This is 0.05 v0.05
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 19:48:57 +0000 (16:48 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 19:48:57 +0000 (16:48 -0300)
Changes
META.json
META.yml
README
lib/re/engine/Hooks.pm
t/re-engine-Hooks-TestDist/lib/re/engine/Hooks/TestDist.pm

diff --git a/Changes b/Changes
index 7520a8f7d3f20a27463cfea9082a8b10ca27608e..b8a2341047cd11b44161a982b984c41e919cd1c5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
 Revision history for re-engine-Hooks
 
+0.05    2013-08-24 19:50 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.04 can skip this update.
+        + Dep : Development releases of perls from the branches 5.11, 5.13,
+                5.15 and 5.17 are no longer supported. Support for the branch
+                5.19 will be removed as soon as the branch 5.21 is available.
+                All stable releases of perl since 5.10.1 are still supported.
+        + Doc : C++ compilers are officially NOT supported.
+        + Doc : POD headings are now properly linkable.
+        + Tst : Author tests are no longer bundled with this distribution.
+                They are only made available to authors in the git repository.
+        + Upd : Support for perl 5.14.4, 5.16.3, 5.18.[01] and 5.19.[0123].
+
 0.04    2013-01-30 19:30 UTC
         + Tst : t/93-pod-spelling.t does not crash anymore on perl 5.12 and
                 below.
index a89d797a4c4a99075c7b27f619aae2320f0610fd..64b406476e14a6c75eb9cb787ee7389bbd2f82e6 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140",
    "license" : [
       "perl_5"
    ],
@@ -50,7 +50,7 @@
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=re-engine-Hooks"
+         "web" : "http://rt.cpan.org/Dist/Display.html?Name=re-engine-Hooks"
       },
       "homepage" : "http://search.cpan.org/dist/re-engine-Hooks/",
       "license" : [
@@ -60,5 +60,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2Fre-engine-Hooks.git"
       }
    },
-   "version" : "0.04"
+   "version" : "0.05"
 }
index f5772946254eb8ef005f9acf044f1359c12ca6c8..383ae9005893b27640a51d88556e970389f8ef47 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -16,7 +16,7 @@ configure_requires:
   ExtUtils::MakeMaker: 0
   File::Spec: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,8 +31,8 @@ requires:
   DynaLoader: 0
   perl: 5.010001
 resources:
-  bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=re-engine-Hooks
+  bugtracker: http://rt.cpan.org/Dist/Display.html?Name=re-engine-Hooks
   homepage: http://search.cpan.org/dist/re-engine-Hooks/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2Fre-engine-Hooks.git
-version: 0.04
+version: 0.05
diff --git a/README b/README
index f05cf4e156fc48b51d7a2ca708b7b47d36f88f0f..c708a09e5a1e1e384e20cec28d966e0e7d669271 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     engine.
 
 VERSION
-    Version 0.04
+    Version 0.05
 
 SYNOPSIS
     In your XS file :
@@ -128,7 +128,11 @@ EXAMPLES
     distribution. It implements a couple of simple examples.
 
 DEPENDENCIES
-    perl 5.10.1.
+    Any stable release of perl since 5.10.1, or a development release of
+    perl from the 5.19 branch.
+
+    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.
 
     ExtUtils::Depends.
 
index 2f07ac798608210e703c51ecb630f0e45d643709..365df477d63737db3c930dc2ae02551a6bee3292 100644 (file)
@@ -11,7 +11,7 @@ re::engine::Hooks - Hookable variant of the Perl core regular expression engine.
 
 =head1 VERSION
 
-Version 0.04
+Version 0.05
 
 =cut
 
@@ -20,7 +20,7 @@ our ($VERSION, @ISA);
 sub dl_load_flags { 0x01 }
 
 BEGIN {
- $VERSION = '0.04';
+ $VERSION = '0.05';
  require DynaLoader;
  push @ISA, qw<Regexp DynaLoader>;
  __PACKAGE__->bootstrap($VERSION);
index 1b42ad7edab36c3231b6ab9576ba07a832a76d22..8932577e321124f6c1be587fcf19b498452a266a 100644 (file)
@@ -10,7 +10,7 @@ our ($VERSION, @ISA);
 use re::engine::Hooks;
 
 BEGIN {
- $VERSION = '0.04';
+ $VERSION = '0.05';
  require DynaLoader;
  push @ISA, 'DynaLoader';
  __PACKAGE__->bootstrap($VERSION);