public
Description: (perl) A POE filter wrapped around Compress::Zlib
Homepage: http://search.cpan.org/dist/POE-Filter-Zlib/
Clone URL: git://github.com/bingos/poe-filter-zlib.git
bingos (author)
Fri May 29 04:17:25 -0700 2009
commit  0ce3d4ec6db6683b830e78713d5f7ca95583e7ba
tree    ade190ddaad5e17d10f89b02afec2a15739dcaac
parent  77b106ceea5c82ac990a2631f65394afef54fb86
name age message
file Changes Loading commit data...
file MANIFEST
file Makefile.PL
file README
directory lib/
directory t/
README
POE::Filter::Zlib
=================

A POE filter wrapped around Compress::Zlib.

Installation:-

perl Makefile.PL
make
make test
su -
make install

>;o)