Archive::Lha::Decode::LH6 - Archive::Lha::Decode::LH6 documentation


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

Index


Code Index:

NAME

Top

Archive::Lha::Decode::LH6

DESCRIPTION

Top

This is a lh6 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::LH6;

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

1;

__END__