[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.42-4-g4e0d3e0

Jesse Vincent jesse at bestpractical.com
Sat May 1 10:55:14 EDT 2010


The branch, master has been updated
       via  4e0d3e0102d408fcee574763a570765d0d7615ac (commit)
      from  3b4b8195b7cb1681b25be9c3730873896f617323 (commit)

Summary of changes:
 lib/GnuPG/Interface.pm |    4 ++--
 lib/GnuPG/Key.pm       |    1 +
 lib/GnuPG/PublicKey.pm |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 4e0d3e0102d408fcee574763a570765d0d7615ac
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sat May 1 10:50:43 2010 -0400

    Several doc patches from Daniel Kahn Gillmor

diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 570b36b..5be27df 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -1136,13 +1136,13 @@ The following setup can be done before any of the following examples:
   # and read from our input, because no input is needed!
   my $handles = GnuPG::Handles->new();
   
-  my @ids = [ 'ftobin', '0xABCD1234' ];
+  my @ids = ( 'ftobin', '0xABCD1234' );
 
   # this time we need to specify something for
   # command_args because --list-public-keys takes
   # search ids as arguments
   my $pid = $gnupg->list_public_keys( handles      => $handles,
-                                      command_args => [ @ids ]  );
+                                      command_args => [ @ids ] );
   
    waitpid $pid, 0;
 
diff --git a/lib/GnuPG/Key.pm b/lib/GnuPG/Key.pm
index 6cda91e..a9ff90d 100644
--- a/lib/GnuPG/Key.pm
+++ b/lib/GnuPG/Key.pm
@@ -102,6 +102,7 @@ The long hex id of the key.  This is not the fingerprint nor
 the short hex id, which is 8 hex characters.
 
 =item creation_date_string
+
 =item expiration_date_string
 
 Formatted date of the key's creation and expiration.
diff --git a/lib/GnuPG/PublicKey.pm b/lib/GnuPG/PublicKey.pm
index 723266f..69609b3 100644
--- a/lib/GnuPG/PublicKey.pm
+++ b/lib/GnuPG/PublicKey.pm
@@ -42,7 +42,7 @@ through various methods of GnuPG::Interface.
 They embody various aspects of a GnuPG public key.
 
 This package inherits data members and object methods
-from GnuPG::PrimaryKey, which is described here, but rather
+from GnuPG::PrimaryKey, which is not described here, but rather
 in L<GnuPG::PrimaryKey>.
 
 Currently, this package is functionally no different

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list