This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Damien Krotkine (author)
Sun May 24 12:15:30 -0700 2009
commit 2be99394622ff457c2738c9165f260940d506efb
tree 0040ceeabd4a2979db5ba45b7b2e25b6116f47b8
parent 769c265b8a17826a093c8e76f87e125911143e99 parent 367e63bc8ad742955e4e2645126d2ebb9f086bb2
tree 0040ceeabd4a2979db5ba45b7b2e25b6116f47b8
parent 769c265b8a17826a093c8e76f87e125911143e99 parent 367e63bc8ad742955e4e2645126d2ebb9f086bb2
README
NAME
POE-Wheel-GnuPG - a GnuPG interface for POE
DESCRIPTION
POE-Wheel-GnuPG provides a GPG interface to your POE Session. Its main
benefits are that it allows asynchronous encryption and decryption, and allow
you to encrypt or decrypt on the fly, without having to store data in a file,
even when the data is huge.
I recommend using this module :
- when you use POE and want to use GPG.
- for security reason, when you have huge data to decrypt and you don't want
it to be stored in a file
POE-Wheel-GnuPG inherits from GnuPG::Interface, and uses it for GPG actions.
POE-Wheel-GnuPG has a different constructor, but appart from that, you can use
POE-Wheel-GnuPG as you would use GnuPG::Interface, except for the POE signals
of course. See POE-Wheel-GnuPG POD for more information
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
POE
GnuPG::Interface
parent
IO::Handle
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the perldoc command.
perldoc POE-Wheel-GnuPG
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/POE-Wheel-GnuPG
CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=POE-Wheel-GnuPG
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/POE-Wheel-GnuPG
CPAN Ratings:
http://cpanratings.perl.org/d/POE-Wheel-GnuPG
COPYRIGHT AND LICENCE
Copyright (C) 2009, Damien "dams" Krotkine <dams@cpan.org>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.








