]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
Make sure the POD headings are linkable
authorVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 17:04:36 +0000 (14:04 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 23 Aug 2013 17:05:08 +0000 (14:05 -0300)
lib/B/RecDeparse.pm

index f9964207f1314ad5776338d58ea7b9dcf5108f2f..a075c339ecc5b6885f40a4ff726674accd14fa77 100644 (file)
@@ -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<new>
+
+    my $brd = B::RecDeparse->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.