[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.44-1-g52e6576
Kevin Falcone
falcone at bestpractical.com
Fri May 13 12:00:05 EDT 2011
The branch, master has been updated
via 52e657687e8d5bad683a23845b0f3dcd896d4c7c (commit)
from 063fe79afe52e041fb9ab39b749b25212ca7f65b (commit)
Summary of changes:
lib/GnuPG/Interface.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 52e657687e8d5bad683a23845b0f3dcd896d4c7c
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Fri May 13 11:59:22 2011 -0400
Fix example code
Reported in #68156 by Stephen D. Wells (YXES)
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index ab4eea6..177ee2a 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -1097,7 +1097,7 @@ The following setup can be done before any of the following examples:
$gnupg->options->hash_init( armor => 1,
recipients => [ 'ftobin at uiuc.edu',
'0xABCD1234' ],
- meta_interactive( 0 ),
+ meta_interactive => 0 ,
);
=head2 Encrypting
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list