The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
PerlIO-via-Bzip2 version 0.02
=============================

DESCRIPTION

This module implements a PerlIO layer which will let you handle bzip2
compressed files transparently.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  * Compress::Bzip2 version 1.03

COPYRIGHT AND LICENCE

Copyright (C) 2005 by Arjen Laarhoven

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.