Skip Menu |

This queue is for tickets about the AnyEvent-IRC CPAN distribution.

Report information
The Basics
Id: 61265
Status: resolved
Priority: 0/
Queue: AnyEvent-IRC

People
Owner: Nobody in particular
Requestors: yappo [...] shibuya.pl
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.95
Fixed in: (no value)



Subject: fixed documents bug in AnyEvent::IRC::Util
I find documentation bug in AnyEvent::IRC::Util. a fixed patch is attached.
Subject: 0001-fixed-documents-bug.patch
From 47257ffdadcb8f5638592cc57e7a057ebcbd0759 Mon Sep 17 00:00:00 2001 From: Kazuhiro Osawa <yappo shibuya pl> Date: Sat, 11 Sep 2010 13:43:27 +0900 Subject: [PATCH] fixed documents bug --- lib/AnyEvent/IRC/Util.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/AnyEvent/IRC/Util.pm b/lib/AnyEvent/IRC/Util.pm index 337a386..162ba1e 100644 --- a/lib/AnyEvent/IRC/Util.pm +++ b/lib/AnyEvent/IRC/Util.pm @@ -15,7 +15,7 @@ AnyEvent::IRC::Util - Common utilities that help with IRC protocol handling =head1 SYNOPSIS - use AnyEvent::IRC qw/parse_irc_msg mk_msg/; + use AnyEvent::IRC::Util qw/parse_irc_msg mk_msg/; my $msgdata = mk_msg (undef, PRIVMSG => "mcmanus", "my hands glow!"); @@ -26,7 +26,7 @@ handling the IRC protocol. You can export these with eg.: - use AnyEvent::IRC qw/parse_irc_msg/; + use AnyEvent::IRC::Util qw/parse_irc_msg/; =over 4 -- 1.7.2.3
Subject: Re: [rt.cpan.org #61265] fixed documents bug in AnyEvent::IRC::Util
Date: Sun, 12 Sep 2010 10:31:43 +0200
To: Kazuhiro Osawa via RT <bug-AnyEvent-IRC [...] rt.cpan.org>
From: Robin Redeker <elmex [...] ta-sa.org>
Hi! On Sat, Sep 11, 2010 at 12:50:39AM -0400, Kazuhiro Osawa via RT wrote: Show quoted text
> Sat Sep 11 00:50:36 2010: Request 61265 was acted upon. > Transaction: Ticket created by YAPPO > Queue: AnyEvent-IRC > Subject: fixed documents bug in AnyEvent::IRC::Util > Broken in: 0.95 > Severity: (no value) > Owner: Nobody > Requestors: yappo@shibuya.pl > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=61265 > > > > I find documentation bug in AnyEvent::IRC::Util. > a fixed patch is attached. >
Thanks a lot! I applied it to the git repository. Greetings, Robin -- Robin Redeker | Deliantra, the free code+content MORPG elmex@ta-sa.org / r.redeker@gmail.com | http://www.deliantra.net http://www.ta-sa.org/ |
Patch should be applied in the latest release. Thanks and Greetings, Robin