Mail/GnuPG version 0.04
=======================
Use GnuPG::Interface to process or create PGP signed or encrypted
email.
(See the inline documentation for more information)
This is a 0.04 release. It works for me. It may not work for you.
If it doesn't, patches are appreciated.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules (and their dependencies):
GnuPG::Interface
IO::Handle
MIME::Entity
File::Temp
MIME::Parser
Mail::Address
GnuPG
cut(1)
SUPPORT/REPORTING BUGS/PATCHES
Please send all bugs/issues/patches to
[email protected]
COPYRIGHT AND LICENCE
Copyright 2003 Best Practical Solutions, LLC
This program is free software; you can redistribute it and/or modify
it under the terms of either:
a) the GNU General Public License as published by the Free
Software Foundation; version 2
http://www.opensource.org/licenses/gpl-license.php
b) the "Artistic License"
http://www.opensource.org/licenses/artistic-license.php
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either the
GNU General Public License or the Artistic License for more details.
TODO
- Get rid of 'cut' dependency.
- Consider nicer/prettier interface
- Use GnuPG::Interface's internal passphrase handling
- Add tests
AUTHOR
Robert Spier
rspier at cpan.org