• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H14-Jul-2009-461329

ChangeLogH A D14-Jul-20093.5 KiB166110

MANIFESTH A D27-Jul-2007163 1716

META.ymlH A D14-Jul-2009369 1413

Makefile.PLH A D14-Jul-2009297 119

READMEH A D13-Mar-2005677 2114

SIGNATUREH A D14-Jul-20091.5 KiB3932

Zlib.pmH A D03-May-202214.7 KiB653270

README

1This is the IO::Zlib module package for perl5.
2
3This modules provides an IO:: style interface to the Compress::Zlib
4package. The main advantage is that you can use an IO::Zlib object
5in much the same way as an IO::File object so you can have common
6code that doesn't know which sort of file it is using.
7
8After unpacking the distribution, to install this module type
9
10        perl Makefile.PL
11        make
12        make test
13        make install
14
15Please report any bugs/suggestions to <tom@compton.nu>.
16
17Copyright (c) Tom Hughes <tom@compton.nu>.
18
19All rights reserved. This program is free software; you can
20redistribute it and/or modify it under the same terms as Perl itself.
21