Alien-wxWidgets
view release on metacpan or search on metacpan
inc/inc_Archive-Extract/Archive/Extract.pm view on Meta::CPAN
Set this variable to C<true> to have all calls to command line tools
be printed out, including all their output.
This also enables C<Carp::longmess> errors, instead of the regular
C<carp> errors.
Good for tracking down why things don't work with your particular
setup.
Defaults to C<false>.
=head2 $Archive::Extract::WARN
This variable controls whether errors encountered internally by
C<Archive::Extract> should be C<carp>'d or not.
Set to false to silence warnings. Inspect the output of the C<error()>
method manually to see what went wrong.
Defaults to C<true>.
=head2 $Archive::Extract::PREFER_BIN
This variables controls whether C<Archive::Extract> should prefer the
use of perl modules, or commandline tools to extract archives.
Set to C<true> to have C<Archive::Extract> prefer commandline tools.
Defaults to C<false>.
=head1 TODO
=over 4
=item Mime magic support
Maybe this module should use something like C<File::Type> to determine
the type, rather than blindly trust the suffix.
=back
=head1 BUG REPORTS
Please report bugs or other issues to E<lt>bug-archive-extract@rt.cpan.org<gt>.
=head1 AUTHOR
This module by Jos Boumans E<lt>kane@cpan.orgE<gt>.
=head1 COPYRIGHT
This library is free software; you may redistribute and/or modify it
under the same terms as Perl itself.
=cut
# Local variables:
# c-indentation-style: bsd
# c-basic-offset: 4
# indent-tabs-mode: nil
# End:
# vim: expandtab shiftwidth=4:
( run in 2.095 seconds using v1.01-cache-2.11-cpan-5b529ec07f3 )