Revision history for B-RecDeparse
+0.04 2008-11-12 19:50 UTC
+ + Fix : Compatibility with 5.8.9.
+ + Fix : Only fool single_delim when we're coming from B::RecDeparse.
+ + Tst : Function calls in other packages.
+ + Upd : META.yml spec updated to 1.4.
+
0.03 2008-08-20 14:30 UTC
+ Fix : Bug when recursing into a sub that had a gv op which wasn't
associated with a rv2cv.
--- #YAML:1.0
-name: B-RecDeparse
-version: 0.03
-abstract: Deparse recursively into subroutines.
-license: perl
-author:
+name: B-RecDeparse
+version: 0.04
+abstract: Deparse recursively into subroutines.
+author:
- Vincent Pit <perl@profvince.com>
-generated_by: ExtUtils::MakeMaker version 6.42
-distribution_type: module
-requires:
- B::Deparse: 0
- Carp: 0
- Config: 0
+license: perl
+distribution_type: module
+configure_requires:
+ ExtUtils::MakeMaker: 0
+requires:
+ B::Deparse: 0
+ Carp: 0
+ Config: 0
+no_index:
+ directory:
+ - t
+ - inc
+generated_by: ExtUtils::MakeMaker version 6.48
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
- version: 1.3
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
build_requires:
ExtUtils::MakeMaker: 0
Test::More: 0
B::RecDeparse - Deparse recursively into subroutines.
VERSION
- Version 0.03
+ Version 0.04
SYNOPSIS
perl -MO=RecDeparse,deparse,[@B__Deparse_opts],level,-1 [ -e '...' | bleh.pl ]
my $code = $brd->coderef2text(sub { ... });
DESCRIPTION
- This module extends B::Deparse by making you recursively replace
+ This module extends B::Deparse by making it recursively replace
subroutine calls encountered when deparsing.
Please refer to B::Deparse documentation for what to do and how to do
"pp_entersub"
"pp_refgen"
"pp_gv"
- Functions and methods from B::Deparse overriden by this module. Never
- call them directly.
+ Functions and methods from B::Deparse reimplemented by this module.
+ Never call them directly.
Otherwise, B::RecDeparse inherits all methods from B::Deparse.
AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
- You can contact me by mail or on #perl @ FreeNode (vincent or
- Prof_Vince).
+ You can contact me by mail or on "irc.perl.org" (vincent).
BUGS
Please report any bugs or feature requests to "bug-b-recdeparse at