Skip Menu |

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

Report information
The Basics
Id: 3774
Status: resolved
Priority: 0/
Queue: IRC-Bot

People
Owner: BWSMITH [...] cpan.org
Requestors: dalgoda [...] ix.netcom.com
Cc:
AdminCc:

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



Date: Thu, 11 Sep 2003 17:01:32 -0700
From: Mike Castle <dalgoda [...] ix.netcom.com>
To: bug-IRC-Bot [...] rt.cpan.org
Subject: minor doc patch
patch -p1 << \EOF diff -ru IRC-Bot-0.04.orig/Bot/Log.pm IRC-Bot-0.04/Bot/Log.pm --- IRC-Bot-0.04.orig/Bot/Log.pm 2003-07-06 11:41:12.000000000 -0700 +++ IRC-Bot-0.04/Bot/Log.pm 2003-09-11 16:59:05.000000000 -0700 @@ -141,8 +141,8 @@ =head1 SYNOPSIS - use Irc::Bot::Log; - my $log = Irc::Bot::Log->new( Path => '/path/to/logdir/' ); + use IRC::Bot::Log; + my $log = IRC::Bot::Log->new( Path => '/path/to/logdir/' ); # later on... EOF -- Mike Castle dalgoda@ix.netcom.com www.netcom.com/~dalgoda/ We are all of us living in the shadow of Manhattan. -- Watchmen fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
I've not made a release in a while as this doesn't appear to be a hugely popular module, however I have made the changes you pointed out in this bug report. If/when I make another release, it will be reflected then. Thanks, Benjamin W. Smith IRC::Bot Author. [dalgoda@ix.netcom.com - Thu Sep 11 20:02:15 2003]: Show quoted text
> patch -p1 << \EOF > diff -ru IRC-Bot-0.04.orig/Bot/Log.pm IRC-Bot-0.04/Bot/Log.pm > --- IRC-Bot-0.04.orig/Bot/Log.pm 2003-07-06 11:41:12.000000000 -0700 > +++ IRC-Bot-0.04/Bot/Log.pm 2003-09-11 16:59:05.000000000 -0700 > @@ -141,8 +141,8 @@ > > =head1 SYNOPSIS > > - use Irc::Bot::Log; > - my $log = Irc::Bot::Log->new( Path => '/path/to/logdir/' ); > + use IRC::Bot::Log; > + my $log = IRC::Bot::Log->new( Path => '/path/to/logdir/' ); > > # later on... > > EOF