[openpgp-applet] 22/61: specify minimum version for GnuPG::Interface

Clement Hermann nodens at nodens.org
Tue Aug 18 18:51:41 UTC 2015


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

nodens-guest pushed a commit to annotated tag OpenPGP_Applet-0.9
in repository openpgp-applet.

commit 82d79588bd73483d11eccdf7614415992457a89a
Author: Clément Hermann (nodens) <nodens at nodens.org>
Date:   Fri Aug 15 19:16:49 2014 +0200

    specify minimum version for GnuPG::Interface
    
    GnuPG::Interface supports using Moo starting from 0.50 version
---
 lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
index 6b48ecf..a6ddbe5 100644
--- a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
+++ b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
@@ -2,7 +2,7 @@ package Crypt::OpenPGP_Applet::GnuPG::Interface;
 use strict;
 
 use Moo;
-extends 'GnuPG::Interface';
+extends 'GnuPG::Interface' => { -version => 0.50 };
 
 use namespace::autoclean;
 use Carp;

-- 
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