bingos / poe-filter-zlib

(perl) A POE filter wrapped around Compress::Zlib

This URL has Read+Write access

poe-filter-zlib / README
100644 15 lines (10 sloc) 0.154 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
POE::Filter::Zlib
=================
 
A POE filter wrapped around Compress::Zlib.
 
Installation:-
 
perl Makefile.PL
make
make test
su -
make install
 
>;o)