]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
This is 0.09 v0.09
authorVincent Pit <vince@profvince.com>
Sat, 4 Oct 2014 17:46:57 +0000 (19:46 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 4 Oct 2014 17:46:57 +0000 (19:46 +0200)
Changes
META.json
META.yml
README
lib/B/RecDeparse.pm

diff --git a/Changes b/Changes
index 2139da8ed68c84dd851f621b1b3006b06b3bc6a7..6bb1c992a32cd08b9646157cf29ed2e11367e55b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for B-RecDeparse
 
+0.09    2014-10-04 17:30 UTC
+        + Fix : [RT #99177] : Fix for 5.21.4.
+                Thanks Father Chrysostomos for reporting and contributing a
+                patch.
+
 0.08    2013-09-01 17:30 UTC
         This is a maintenance release. The code contains no functional change.
         Satisfied users of version 0.07 can skip this update.
index e20aec6232bcb5a93c927bcbec0f90343d08ebb0..d03303a0a26710c6e800eeba7d52bec5c8eaebe3 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921",
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690",
    "license" : [
       "perl_5"
    ],
@@ -58,5 +58,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git"
       }
    },
-   "version" : "0.08"
+   "version" : "0.09"
 }
index bdfe6195ebf40f1b57953f66ef27eabbd88594df..cb0b82c7586bc53b8e3ca05e04a930383e3e5d36 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -3,34 +3,34 @@ abstract: 'Deparse recursively into subroutines.'
 author:
   - 'Vincent Pit <perl@profvince.com>'
 build_requires:
-  B::Deparse: 0
-  Carp: 0
-  Config: 0
-  ExtUtils::MakeMaker: 0
-  Test::More: 0
-  base: 0
+  B::Deparse: '0'
+  Carp: '0'
+  Config: '0'
+  ExtUtils::MakeMaker: '0'
+  Test::More: '0'
+  base: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: B-RecDeparse
 no_index:
   directory:
     - t
     - inc
 requires:
-  B::Deparse: 0
-  Carp: 0
-  Config: 0
-  base: 0
-  perl: 5.008001
+  B::Deparse: '0'
+  Carp: '0'
+  Config: '0'
+  base: '0'
+  perl: '5.008001'
 resources:
   bugtracker: http://rt.cpan.org/Dist/Display.html?Name=B-RecDeparse
   homepage: http://search.cpan.org/dist/B-RecDeparse/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git
-version: 0.08
+version: '0.09'
diff --git a/README b/README
index fb57293ab15771c482cbd629d7ea4ef876b70925..da35890530fddfbe3fceb4ec261f09b06e285c61 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     B::RecDeparse - Deparse recursively into subroutines.
 
 VERSION
-    Version 0.08
+    Version 0.09
 
 SYNOPSIS
         # Deparse recursively a Perl one-liner :
@@ -89,7 +89,8 @@ SUPPORT
     <http://www.profvince.com/perl/cover/B-RecDeparse>.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010,2011,2013 Vincent Pit, all rights reserved.
+    Copyright 2008,2009,2010,2011,2013,2014 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.
index 305c42d7768ebeef25b9f9f05e979c90acdf3593..03c7effab49656a8701e6f6ff2360caa6f84545a 100644 (file)
@@ -17,11 +17,11 @@ B::RecDeparse - Deparse recursively into subroutines.
 
 =head1 VERSION
 
-Version 0.08
+Version 0.09
 
 =cut
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 =head1 SYNOPSIS