Skip Menu |

This queue is for tickets about the Class-DBI CPAN distribution.

Report information
The Basics
Id: 4348
Status: resolved
Priority: 0/
Queue: Class-DBI

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

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



Subject: Tiny PATCH for Class::DBI Pod
... otherwise Tk::Pod won't handle the link correctly. Regards, Slaven
--- /usr/local/dist/cpan/build/Class-DBI-0.94/lib/Class/DBI.pm 2003-08-27 15:19:51.000000000 +0200 +++ /usr/local/lib/perl5/site_perl/5.8.0/Class/DBI.pm 2003-11-10 18:50:41.000000000 +0100 @@ -1400,7 +1400,7 @@ declare them using a separate call to co Music::CD->columns(Others => qw/foo bar baz/); For more information about how you can more efficiently use subsets of -your columns, L<"Lazy Population"> +your columns, L<"LAZY POPULATION"> =item I<Done.>
Date: Tue, 11 Nov 2003 16:28:27 +0000
From: Tony Bowden <tony [...] kasei.com>
To: Slaven_Rezic via RT <bug-Class-DBI [...] rt.cpan.org>
Subject: Re: [cpan #4348] Tiny PATCH for Class::DBI Pod
RT-Send-Cc:
On Mon, Nov 10, 2003 at 12:53:44PM -0500, Slaven_Rezic via RT wrote: Show quoted text
> ... otherwise Tk::Pod won't handle the link correctly.
Thanks. This has been patched for the next release. Tony