Crypt::OpenPGP::Constants - Exportable constants


NAME

Crypt::OpenPGP::Constants - Exportable constants


SYNOPSIS

    use Crypt::OpenPGP::Constants qw( :tag CONSTANT1 );


DESCRIPTION

Crypt::OpenPGP::Constants provides a list of common and useful constants for use in Crypt::OpenPGP.


USAGE

None of the constants are exported by default; you have to ask for them explicitly. Some of the constants are grouped into bundles that you can grab all at once; alternatively you can just take the individual constants, one by one.

If you wish to import a group, your use statement should look something like this:

    use Crypt::OpenPGP::Constants qw( :group );

Here are the groups:

Other exportable constants, not belonging to a group, are:


AUTHOR & COPYRIGHTS

Please see the Crypt::OpenPGP manpage for author, copyright, and license information.

 Crypt::OpenPGP::Constants - Exportable constants