[Rt-commit] r7578 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Fri Apr 20 01:22:35 EDT 2007


Author: ruz
Date: Fri Apr 20 01:22:33 2007
New Revision: 7578

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm

Log:
 r5013 at cubic-pc:  cubic | 2007-04-20 05:17:40 +0400
 * update doc a little


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	Fri Apr 20 01:22:33 2007
@@ -8,7 +8,7 @@
 use RT::EmailParser ();
 
 # gnupg options supported by GnuPG::Interface
-# other otions should be handled via extra args params
+# other otions should be handled via extra_args argument
 my %supported_opt = map { $_ => 1 } qw(
        always_trust
        armor
@@ -38,9 +38,9 @@
 =head2 SignEncrypt Entity => MIME::Entity, [ Encrypt => 1, Sign => 1, Passphrase => undef ]
 
 Signs and/or encrypts an email message with GnuPG utility. A passphrase is required
-only during signing.
+only during signing, if value is undefined then L</GetPassphrase> called to get it.
 
-Returns a hash with the follwoing keys:
+Returns a hash with the following keys:
 
 * exit_code
 * error


More information about the Rt-commit mailing list