diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-05-11 13:17:08 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-05-11 13:17:08 +0000 |
commit | b5859f1e3d9ba436888f69dd75bcca3e77a5897b (patch) | |
tree | 9e178f212735cedd1fa860428724fa5702b54db3 /URPM/Signature.pm | |
parent | 773de2cbfd1a7df8d2207d90d2661b6c2be7ef77 (diff) | |
download | perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.tar perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.tar.gz perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.tar.bz2 perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.tar.xz perl-URPM-b5859f1e3d9ba436888f69dd75bcca3e77a5897b.zip |
Fix comment
Diffstat (limited to 'URPM/Signature.pm')
-rw-r--r-- | URPM/Signature.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM/Signature.pm b/URPM/Signature.pm index 95b9775..e61cf20 100644 --- a/URPM/Signature.pm +++ b/URPM/Signature.pm @@ -25,7 +25,7 @@ sub compare_pubkeys { $diff <= $options{diff} ? 0 : $diff; } -#- parse an armored file and import in keys hash if the key does not already exists. +#- parse an armored file sub parse_armored_file { my (undef, $file) = @_; my ($block, $content, @l); |