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