public
Description: (perl) A POE filter wrapped around Compress::LZW
Homepage: http://search.cpan.org/dist/POE-Filter-LZW/
Clone URL: git://github.com/bingos/poe-filter-lzw.git
bingos (author)
Mon Jun 01 05:56:17 -0700 2009
commit  1ccf60380ab7c4198478be6512975cdc37682856
tree    719094eed469a8a7cd6a9d353a8272980ae2ba27
parent  302ae13a7f115de4f381863fbc4a7e37e49ae367
name age message
file Changes Loading commit data...
file MANIFEST
file Makefile.PL
file README
directory lib/
directory t/
README
POE::Filter::LZW
================

A POE filter wrapped around Compress::LZW

Installation:-

perl Makefile.PL
make
make test
su -
make install

>;o)