[openpgp-applet] 01/42: perlcritic : remove uneeded prototypes from subs

Clement Hermann nodens at nodens.org
Wed Oct 26 16:47:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

nodens-guest pushed a commit to branch master
in repository openpgp-applet.

commit 54808ac22b0929034c192eea1e64fe47c8f21163
Author: Clément Hermann (nodens) <nodens at nodens.org>
Date:   Tue Aug 11 22:31:38 2015 +0200

    perlcritic : remove uneeded prototypes from subs
---
 lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
index 6f44069..323bb00 100644
--- a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
+++ b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
@@ -8,7 +8,7 @@ extends 'GnuPG::Interface';
 use namespace::autoclean;
 use Carp;
 
-sub get_public_keys_light ( $@ ) {
+sub get_public_keys_light {
     my ( $self, @key_ids ) = @_;
 
     return $self->get_keys_light(
@@ -17,7 +17,7 @@ sub get_public_keys_light ( $@ ) {
     );
 }
 
-sub get_secret_keys_light ( $@ ) {
+sub get_secret_keys_light {
     my ( $self, @key_ids ) = @_;
 
     return $self->get_keys_light(

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/openpgp-applet.git



More information about the Pkg-perl-cvs-commits mailing list