From: Vincent Pit Date: Sat, 4 Oct 2014 17:46:57 +0000 (+0200) Subject: This is 0.09 X-Git-Tag: v0.09^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=6fa4fee40c6f93a6b776905a869605e9f210d0b6 This is 0.09 --- diff --git a/Changes b/Changes index 2139da8..6bb1c99 100644 --- 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. diff --git a/META.json b/META.json index e20aec6..d03303a 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Vincent Pit " ], "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" } diff --git a/META.yml b/META.yml index bdfe619..cb0b82c 100644 --- a/META.yml +++ b/META.yml @@ -3,34 +3,34 @@ abstract: 'Deparse recursively into subroutines.' author: - 'Vincent Pit ' 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 fb57293..da35890 100644 --- 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 . 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. diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index 305c42d..03c7eff 100644 --- a/lib/B/RecDeparse.pm +++ b/lib/B/RecDeparse.pm @@ -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