diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-02-15 22:33:17 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-02-15 22:33:17 +0800 |
commit | 3a27f141af4b6bb0b8967afef62630349e423060 (patch) | |
tree | 8c9e712c2086422ec4fc3815bef151305c78ff24 /archivers/p5-IO-Zlib/pkg-descr | |
parent | 2408571f8f320d95eb7d7bdb61948018fb350347 (diff) | |
download | freebsd-ports-gnome-3a27f141af4b6bb0b8967afef62630349e423060.tar.gz freebsd-ports-gnome-3a27f141af4b6bb0b8967afef62630349e423060.tar.zst freebsd-ports-gnome-3a27f141af4b6bb0b8967afef62630349e423060.zip |
IO:: style interface to Compress::Zlib.
Diffstat (limited to 'archivers/p5-IO-Zlib/pkg-descr')
-rw-r--r-- | archivers/p5-IO-Zlib/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archivers/p5-IO-Zlib/pkg-descr b/archivers/p5-IO-Zlib/pkg-descr new file mode 100644 index 000000000000..d5d3ca81716f --- /dev/null +++ b/archivers/p5-IO-Zlib/pkg-descr @@ -0,0 +1,8 @@ +This is the IO::Zlib module package for perl5. + +This modules provides an IO:: style interface to the Compress::Zlib +package. The main advantage is that you can use an IO::Zlib object +in much the same way as an IO::File object so you can have common +code that doesn't know which sort of file it is using. + +WWW: http://search.cpan.org/search?dist=IO-Zlib |