From: Vincent Pit Date: Tue, 20 Aug 2013 19:31:35 +0000 (-0300) Subject: This is 0.06 X-Git-Tag: v0.06^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=a6c131219060517bdd32f82dacabaac46ddeb909 This is 0.06 --- diff --git a/Changes b/Changes index c186af9..0b01409 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for B-RecDeparse +0.06 2013-08-20 19:25 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 0.05 can skip this update. + + Tst : Some tests will no longer warn with development versions of + B::Deparse. + + Tst : The Kwalitee test has been removed. + 0.05 2011-02-27 21:15 UTC + Chg : perl 5.8.1 is required. + Fix : [RT #63842] : Breakage on some imported subs. diff --git a/MANIFEST b/MANIFEST index 79569d9..0d6f4b0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ Changes MANIFEST +META.json META.yml Makefile.PL README diff --git a/META.json b/META.json new file mode 100644 index 0000000..3a71253 --- /dev/null +++ b/META.json @@ -0,0 +1,62 @@ +{ + "abstract" : "Deparse recursively into subroutines.", + "author" : [ + "Vincent Pit " + ], + "dynamic_config" : 0, + "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "B-RecDeparse", + "no_index" : { + "directory" : [ + "t", + "inc" + ] + }, + "prereqs" : { + "build" : { + "requires" : { + "B::Deparse" : "0", + "Carp" : "0", + "Config" : "0", + "ExtUtils::MakeMaker" : "0", + "Test::More" : "0", + "base" : "0" + } + }, + "configure" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, + "runtime" : { + "requires" : { + "B::Deparse" : "0", + "Carp" : "0", + "Config" : "0", + "base" : "0", + "perl" : "5.008001" + } + } + }, + "release_status" : "stable", + "resources" : { + "bugtracker" : { + "web" : "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" : { + "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git" + } + }, + "version" : "0.06" +} diff --git a/META.yml b/META.yml index a86eaa5..ff75587 100644 --- a/META.yml +++ b/META.yml @@ -1,37 +1,36 @@ ---- #YAML:1.0 -name: B-RecDeparse -version: 0.05 -abstract: Deparse recursively into subroutines. +--- +abstract: 'Deparse recursively into subroutines.' author: - - Vincent Pit -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Vincent Pit ' build_requires: - B::Deparse: 0 - base: 0 - Carp: 0 - Config: 0 - ExtUtils::MakeMaker: 0 - Test::More: 0 + B::Deparse: 0 + Carp: 0 + Config: 0 + ExtUtils::MakeMaker: 0 + Test::More: 0 + base: 0 +configure_requires: + ExtUtils::MakeMaker: 0 +dynamic_config: 0 +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 + version: 1.4 +name: B-RecDeparse +no_index: + directory: + - t + - inc requires: - B::Deparse: 0 - base: 0 - Carp: 0 - Config: 0 - perl: 5.008001 + B::Deparse: 0 + Carp: 0 + Config: 0 + base: 0 + perl: 5.008001 resources: - bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=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 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.56 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -dynamic_config: 0 + 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.06 diff --git a/README b/README index 3602058..c75e9c8 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME B::RecDeparse - Deparse recursively into subroutines. VERSION - Version 0.05 + Version 0.06 SYNOPSIS perl -MO=RecDeparse,deparse,[@B__Deparse_opts],level,-1 [ -e '...' | bleh.pl ] @@ -71,7 +71,7 @@ SUPPORT . COPYRIGHT & LICENSE - Copyright 2008,2009,2010,2011 Vincent Pit, all rights reserved. + Copyright 2008,2009,2010,2011,2013 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 430eb2b..fd52f97 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.05 +Version 0.06 =cut -our $VERSION = '0.05'; +our $VERSION = '0.06'; =head1 SYNOPSIS