Update to 0.97
Upstream changes: 0.97 Sun Mar 17 19:20:30 CET 2013 - corrected minor spelling fixes thanks to an rt patch. - fixed AnyEvent::IRC::Connection::is_connected to actually return true when connected. - AE::IRC::Client::connect can now also connect only with a timeout without having to register. - Server reply of 001 is now also considered as "successfully registered". Thanks for Lee to spot this. - "quit" event gets the right parameter from the message now. Thanks to Lee!
This commit is contained in:
parent
e9a282dac1
commit
d5cd3e6316
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2013/05/31 12:40:03 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/07/13 12:58:58 wen Exp $
|
||||
|
||||
DISTNAME= AnyEvent-IRC-0.96
|
||||
DISTNAME= AnyEvent-IRC-0.97
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/04/26 23:01:39 mspo Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/07/13 12:58:58 wen Exp $
|
||||
|
||||
SHA1 (AnyEvent-IRC-0.96.tar.gz) = 8768a2ce0b0455f397aa25f54a808cc54ad34b02
|
||||
RMD160 (AnyEvent-IRC-0.96.tar.gz) = 82d681686e2a7eecb9145995442e16afc7efee71
|
||||
Size (AnyEvent-IRC-0.96.tar.gz) = 28832 bytes
|
||||
SHA1 (AnyEvent-IRC-0.97.tar.gz) = 771cdb815f7d3800ae5ed4fd5e7e41b55db151ec
|
||||
RMD160 (AnyEvent-IRC-0.97.tar.gz) = 172b629c301bbf732b41e14a8b0ac72cb7784b1e
|
||||
Size (AnyEvent-IRC-0.97.tar.gz) = 29270 bytes
|
||||
|
|
Loading…
Reference in a new issue