X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=e1bd86b4506d8e8c984f745cd2f05374f7c9daf1;hb=refs%2Fheads%2Fmaster;hp=fb57293ab15771c482cbd629d7ea4ef876b70925;hpb=396feaa9a226366e793bf9bb046d304fcb4607a2;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/README b/README index fb57293..e1bd86b 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME B::RecDeparse - Deparse recursively into subroutines. VERSION - Version 0.08 + Version 0.10 SYNOPSIS # Deparse recursively a Perl one-liner : @@ -54,6 +54,8 @@ METHODS * "pp_refgen" + * "pp_srefgen" + * "pp_gv" Otherwise, B::RecDeparse inherits all methods from B::Deparse. @@ -89,7 +91,8 @@ SUPPORT . COPYRIGHT & LICENSE - Copyright 2008,2009,2010,2011,2013 Vincent Pit, all rights reserved. + Copyright 2008,2009,2010,2011,2013,2014,2015 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.