Archive-Libarchive

 view release on metacpan or  search on metacpan

maint/tt/Doc.pm.tt  view on Meta::CPAN

[% END -%]
=back

[% FOREACH method IN class.methods -%]
[% IF method.pod -%]
[% method.pod -%]
[% ELSE -%]
=head2 [% method.name %]

 # [% method.symbol_name %][% IF method.optional %] (optional)[% END %]
 [% IF method.ret_type != '$void' %]my [% method.ret_type %] = [% END %]$[% class.var %]->[% method.name -%]
   [%- IF method.arg_types.size > 0 %]([% FOREACH type IN method.arg_types %][% type %][% UNLESS loop.last %], [% END %][% END %])[% END %];

[% END -%]
[% END -%]
[% END -%]
[% IF constants.size > 0 -%]
=head1 CONSTANTS

The status code constants are documented in the main documentation page
L<Archive::Libarchive>.



( run in 1.007 second using v1.01-cache-2.11-cpan-b61123c0432 )