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.
Changes
MANIFEST
+META.json
META.yml
Makefile.PL
README
--- /dev/null
+{
+ "abstract" : "Deparse recursively into subroutines.",
+ "author" : [
+ "Vincent Pit <perl@profvince.com>"
+ ],
+ "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"
+}
---- #YAML:1.0
-name: B-RecDeparse
-version: 0.05
-abstract: Deparse recursively into subroutines.
+---
+abstract: 'Deparse recursively into subroutines.'
author:
- - Vincent Pit <perl@profvince.com>
-license: perl
-distribution_type: module
-configure_requires:
- ExtUtils::MakeMaker: 0
+ - 'Vincent Pit <perl@profvince.com>'
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
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 ]
<http://www.profvince.com/perl/cover/B-RecDeparse>.
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.
=head1 VERSION
-Version 0.05
+Version 0.06
=cut
-our $VERSION = '0.05';
+our $VERSION = '0.06';
=head1 SYNOPSIS