From: Vincent Pit Date: Fri, 23 Aug 2013 17:04:36 +0000 (-0300) Subject: Make sure the POD headings are linkable X-Git-Tag: v0.08~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=7a9cabd96ea8fe03da4f8afc6e6430a49b648842 Make sure the POD headings are linkable --- diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index f996420..a075c33 100644 --- a/lib/B/RecDeparse.pm +++ b/lib/B/RecDeparse.pm @@ -49,7 +49,12 @@ Besides the constructor syntax, everything should work the same for the two modu =head1 METHODS -=head2 C<< new < deparse => [ @B__Deparse_opts ], level => $level > >> +=head2 C + + my $brd = B::RecDeparse->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.