X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=blobdiff_plain;f=lib%2FB%2FRecDeparse.pm;fp=lib%2FB%2FRecDeparse.pm;h=a075c339ecc5b6885f40a4ff726674accd14fa77;hp=f9964207f1314ad5776338d58ea7b9dcf5108f2f;hb=7a9cabd96ea8fe03da4f8afc6e6430a49b648842;hpb=b8b7412248e3d4fc5b193e5f756e1139a4b540bf 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.