X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=blobdiff_plain;f=lib%2FB%2FRecDeparse.pm;h=26986677a01a66de8182191f0b2645dd4975744e;hp=31ba6d5f57d95d8d1b705a0683a8797eb8097b3a;hb=ec8262f6b90d1c456270cbe1678cb8ff2c80d660;hpb=9dee79befee52d134f5822482d465dd7b20d704e diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index 31ba6d5..2698667 100644 --- a/lib/B/RecDeparse.pm +++ b/lib/B/RecDeparse.pm @@ -34,7 +34,7 @@ our $VERSION = '0.03'; =head1 DESCRIPTION -This module extends L by making you recursively replace subroutine calls encountered when deparsing. +This module extends L by making it recursively replace subroutine calls encountered when deparsing. Please refer to L documentation for what to do and how to do it. Besides the constructor syntax, everything should work the same for the two modules. @@ -168,7 +168,7 @@ sub pp_gv { =head2 C -Functions and methods from L overriden by this module. Never call them directly. +Functions and methods from L reimplemented by this module. Never call them directly. Otherwise, L inherits all methods from L.