Coda version 1.7
=================

Coda closes standard output, ensuring that any error is reported

Usage is simple.  Just insert this line near the top of your script:

	use Coda;

Then, if your script writes to stdout, you can rely on it exiting
nonzero with a proper diagnostic if writing to standard output fails.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2004-2007 Jim Meyering

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
