Acme::PGPSign - Perl extension for signed scripts


Acme-PGPSign documentation  | view source Contained in the Acme-PGPSign distribution.

Index


NAME

Top

Acme::PGPSign - Perl extension for signed scripts

SYNOPSIS

Top

  use Acme::PGPSign (KeyID => 'abcdef');

  print "Hello World\n";




ABSTRACT

Top

The first time you run a program under use Acme::PGPSign, the module converts your program to a PGP signed code segment. The code continues to work exactly as it did before, but now it looks like this:

use Acme::PGPSign; -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

print "Hello World\n"; -----BEGIN PGP SIGNATURE----- Version: Crypt::OpenPGP 1.03

iQBGBAERAgAGBQI/HCQpAAoJEKWJ3MaRjamws9UAoKSTyel1JNOj9erCMjmMlI9s wc5oAJ9UuzLk2J1WBnzZR4+AwgBiIvi6xw== =PdE4 -----END PGP SIGNATURE-----

DESCRIPTION

Top

In order for use Acme::PGPSign to work you need to be able to sign the code with your keyring.

EXPORT

None

DEPENDENCIES

Top

This module requires:

  Crypt::OpenPGP

KNOWN BUGS

Top

Currently only supports signing of scripts and not modules.

SEE ALSO

Top

    Crypt::OpenPGP

AUTHOR

Top

Patrick Mulvany, <paddy@firedrake.org<gt>

COPYRIGHT AND LICENSE

Top


Acme-PGPSign documentation  | view source Contained in the Acme-PGPSign distribution.