# $File: //member/autrijus/PerlIO-via-chop/README $ $Author: autrijus $
# $Revision: #1 $ $Change: 1248 $ $DateTime: 2002/10/07 14:07:23 $

This is the README file for PerlIO::via::chop, a rather simple
PerlIO filter to chop off the last byte outputted to the file.

It has no effect whatsoever when used on a input filehandle.

Believe it or not, this has real-world practical uses.

* Installation

PerlIO::via::chop uses the standard perl module install process:

cpansign -v		# see SIGNATURE for details
perl Makefile.PL
make
make test
make install

* Copyright

Copyright 2002 by Autrijus Tang <autrijus@autrijus.org>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.