Archive::Lha::Decode::LH5 - Archive::Lha::Decode::LH5 documentation


Archive-Lha documentation Contained in the Archive-Lha distribution.

Index


Code Index:

NAME

Top

Archive::Lha::Decode::LH5

DESCRIPTION

Top

This is a lh5 decoder. See Archive::Lha::Decode for options and examples.

AUTHOR

Top

Kenichi Ishigaki, <ishigaki@cpan.org>

COPYRIGHT AND LICENSE

Top


Archive-Lha documentation Contained in the Archive-Lha distribution.

package Archive::Lha::Decode::LH5;

use strict;
use warnings;
use Archive::Lha::Constants;
use Archive::Lha::Decode::Base ( dicbit => 13 );

1;

__END__