[libanyevent-handle-udp-perl] 41/60: Remove $timer and $activity init_args
Jonas Smedegaard
js at alioth.debian.org
Mon Sep 30 10:05:44 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 d325828664f407c5cd3e22c410b4921f88f8a1d1
Author: Leon Timmermans <fawaka at gmail.com>
Date: Sun Jan 13 21:41:38 2013 +0100
Remove $timer and $activity init_args
---
lib/AnyEvent/Handle/UDP.pm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/AnyEvent/Handle/UDP.pm b/lib/AnyEvent/Handle/UDP.pm
index b1bdeb9..e408b87 100644
--- a/lib/AnyEvent/Handle/UDP.pm
+++ b/lib/AnyEvent/Handle/UDP.pm
@@ -133,6 +133,7 @@ for my $dir ('', 'r', 'w') {
has $timer => (
is => 'rw',
+ init_arg => undef,
clearer => $clear_timer,
);
@@ -180,6 +181,7 @@ for my $dir ('', 'r', 'w') {
);
has $activity => (
is => 'rw',
+ init_arg => undef,
default => sub { AE::now },
);
--
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