NAME FML::Process::PGP -- wrap pgp/gpg commands. SYNOPSIS use FML::Process::PGP; $curproc = new FML::Process::PGP; $curproc->run(); DESCRIPTION FML::Process::PGP wraps a pgp/gpg command processing. See "FML::Process::Flow" for the flow detail. METHODS new($args) constructor. It make a "FML::Process::Kernel" object and return it. prepare($args) load config files and fix @INC. verify_request($args) dummy. run($args) the top level dispatcher for "fmlpgp". It kicks off "_fmlpgp_dispatch()" for fmlpgp. NOTE: $args is passed from parrent libexec/loader. See on $args for more details. finish dummy. help() show help. _fmlpgp_dispatch() set up environment variables e.g. PGPPATH and dispatch the corresponding command. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY FML::Process::PGP first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.