[openpgp-applet] 21/61: replace Any::Moose with Moo

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 1c68b7ad196cd6d6c8c2bbc38fd2c2f2e9b48b92
Author: Clément Hermann (nodens) <nodens at nodens.org>
Date:   Fri Aug 8 21:15:07 2014 +0200

    replace Any::Moose with Moo
---
 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 e1e0440..6b48ecf 100644
--- a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
+++ b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
@@ -1,7 +1,7 @@
 package Crypt::OpenPGP_Applet::GnuPG::Interface;
 use strict;
 
-use Any::Moose;
+use Moo;
 extends 'GnuPG::Interface';
 
 use namespace::autoclean;
@@ -235,5 +235,5 @@ sub get_keys_light {
     return @returned_keys;
 }
 
-no Any::Moose;
+no Moo;
 1;

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