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) <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
