X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=blobdiff_plain;f=README;h=673b96ac42ff966f224c555dea0f21707c128bbd;hp=ac635ade3f5bd35ecbdf4382a5676b3ec66cbb21;hb=77ec52f71f128e1b4d092107ce21545e5cbc7252;hpb=2b17b95103f685e00b2bdf72cc5c07bacd33c891 diff --git a/README b/README index ac635ad..673b96a 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME 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 ] @@ -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 @@ -34,8 +34,8 @@ METHODS "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. @@ -50,8 +50,7 @@ DEPENDENCIES 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