From: Vincent Pit Date: Mon, 28 Jul 2008 15:56:36 +0000 (+0200) Subject: POD nits X-Git-Tag: v0.02~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=1648eb5d81ee76b18498f11231a6c7d8700bd725 POD nits --- diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index 630abe2..fb712d9 100644 --- a/lib/B/RecDeparse.pm +++ b/lib/B/RecDeparse.pm @@ -39,7 +39,7 @@ Please refer to L documentation for what to do and how to do it. Bes =head2 C<< new < deparse => [ @B__Deparse_opts ], level => $level > >> -The L object constructor. You can specify the underlying L constructor arguments by passing a string or an array reference as the value of the C key. The C option expects an integer that specifies how many levels of recursions are allowed : L<-1> means infinite while L<0> means none and match L behaviour. +The L object constructor. You can specify the underlying L constructor arguments by passing a string or an array reference as the value of the C key. The C option expects an integer that specifies how many levels of recursions are allowed : C<-1> means infinite while C<0> means none and match L behaviour. =cut