X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=blobdiff_plain;f=README;h=36020583b619ca2b8e82ade8314d1136cae7acb5;hp=ac635ade3f5bd35ecbdf4382a5676b3ec66cbb21;hb=ed8af32fb71887b9d4bb8e43c0efa02d558da44e;hpb=13205c2b2fd1a97d43fa6683e27ba36819bfedc1 diff --git a/README b/README index ac635ad..3602058 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME B::RecDeparse - Deparse recursively into subroutines. VERSION - Version 0.03 + Version 0.05 SYNOPSIS perl -MO=RecDeparse,deparse,[@B__Deparse_opts],level,-1 [ -e '...' | bleh.pl ] @@ -14,7 +14,7 @@ SYNOPSIS 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 @@ -31,11 +31,12 @@ METHODS "compile" "init" + "deparse_sub" "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. @@ -44,14 +45,15 @@ EXPORT this one. DEPENDENCIES + perl 5.8.1. + Carp (standard since perl 5), Config (since perl 5.00307) and B::Deparse (since perl 5.005). AUTHOR Vincent Pit, "", . - 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 @@ -69,7 +71,7 @@ SUPPORT . COPYRIGHT & LICENSE - Copyright 2008 Vincent Pit, all rights reserved. + Copyright 2008,2009,2010,2011 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.