The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
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.