[libanyevent-handle-udp-perl] 49/60: Require Moo 1.001000

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 10:05:46 UTC 2013


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

js pushed a commit to branch master
in repository libanyevent-handle-udp-perl.

commit cfc8faaa858086ced6af43257f57499ad177d03f
Author: Leon Timmermans <fawaka at gmail.com>
Date:   Wed Sep 4 12:55:49 2013 +0200

    Require Moo 1.001000
---
 Changes                    |    1 +
 lib/AnyEvent/Handle/UDP.pm |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/Changes b/Changes
index 0292d6c..a14d845 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for AnyEvent-Handle-UDP
 
 {{$NEXT}}
+          Require Moo 1.001000
 
 0.041     2013-09-01 12:02:03 Europe/Amsterdam
           Handle address reuse better
diff --git a/lib/AnyEvent/Handle/UDP.pm b/lib/AnyEvent/Handle/UDP.pm
index 9699a12..962d04b 100644
--- a/lib/AnyEvent/Handle/UDP.pm
+++ b/lib/AnyEvent/Handle/UDP.pm
@@ -2,7 +2,7 @@ package AnyEvent::Handle::UDP;
 use strict;
 use warnings FATAL => 'all';
 
-use Moo;
+use Moo 1.001000;
 
 use AnyEvent qw//;
 use AnyEvent::Util qw/fh_nonblocking/;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-handle-udp-perl.git



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