NAME
Unzip::Passwd
Classe para descompactar arquivos zip que tenham senha.
VERSION
Version 0.01
SYNOPSIS
#Instanciando
my $obj = Unzip::Passwd->new( filename => 'myfile.zip',
destiny => 'some/path/to/file/unziped',
passwd => 'somebetterpassword',
);
#descompactando...
$obj->unzip;
METHOD
show_errors
Mostra os erros armazenados em $self->errors.
AUTHOR
Andre Carneiro, <andregarciacarneiro at gmail.com>
BUGS
Please report any bugs or feature requests to bug-unzip-passwd at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Unzip-Passwd. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Unzip::Passwd
You can also look for information at:
RT: CPAN's request tracker
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2010 Andre Carneiro.
This program is released under the following license: Artistic2
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 14:
Unknown directive: =head