X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=blobdiff_plain;f=README;h=36020583b619ca2b8e82ade8314d1136cae7acb5;hp=673b96ac42ff966f224c555dea0f21707c128bbd;hb=ed8af32fb71887b9d4bb8e43c0efa02d558da44e;hpb=1d2427fbf7b1ebd7c4e000f806265b61b3bda8ca diff --git a/README b/README index 673b96a..3602058 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME B::RecDeparse - Deparse recursively into subroutines. VERSION - Version 0.04 + Version 0.05 SYNOPSIS perl -MO=RecDeparse,deparse,[@B__Deparse_opts],level,-1 [ -e '...' | bleh.pl ] @@ -31,6 +31,7 @@ METHODS "compile" "init" + "deparse_sub" "pp_entersub" "pp_refgen" "pp_gv" @@ -44,6 +45,8 @@ 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). @@ -68,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.