From: Vincent Pit Date: Sat, 1 Nov 2008 13:08:31 +0000 (+0100) Subject: Doc clarifications X-Git-Tag: v0.04~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=ec8262f6b90d1c456270cbe1678cb8ff2c80d660 Doc clarifications --- 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.