]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
POD nits
authorVincent Pit <vince@profvince.com>
Mon, 28 Jul 2008 15:56:36 +0000 (17:56 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 28 Jul 2008 15:56:36 +0000 (17:56 +0200)
lib/B/RecDeparse.pm

index 630abe29f7f10158e29fcc5721725580335fd544..fb712d91d660f8405d7a9f728dc45d051bfbb39d 100644 (file)
@@ -39,7 +39,7 @@ Please refer to L<B::Deparse> documentation for what to do and how to do it. Bes
 
 =head2 C<< new < deparse => [ @B__Deparse_opts ], level => $level > >>
 
-The L<B::RecDeparse> object constructor. You can specify the underlying L<B::Deparse> constructor arguments by passing a string or an array reference as the value of the C<deparse> key. The C<level> 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<B::Deparse> behaviour.
+The L<B::RecDeparse> object constructor. You can specify the underlying L<B::Deparse> constructor arguments by passing a string or an array reference as the value of the C<deparse> key. The C<level> 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<B::Deparse> behaviour.
 
 =cut