Term::CallEditor
==========================

This module calls an external editor with an optional text message and
returns what was input as a file handle. For more documentation, consult
the perldoc in Term/CallEditor.pm.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

File::Temp

COPYRIGHT AND LICENCE

Copyright (C) 2004 Jeremy Mates

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

$Id: README,v 1.3 2004/06/04 08:30:42 jmates Exp $
