Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: jester [...] panix.com
Cc:
AdminCc:

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



Date: Fri, 19 Sep 2003 14:18:47 -0400
From: Jesse Sheidlower <jester [...] panix.com>
To: tony [...] kasei.com
Subject: Small typos in Class::DBI docs
Tony, I'm finally trying to go through and set up my first tables, and naturally enough am getting unexpected results from the word go. But that's not why I'm writing. I'm writing because as a result of scrutinizing the docs in search of some help, I've found a few small errors which should be corrected. Specifically: in the docs for Class::DBI::mysql (v. 0.17), the Synopsis begins "package Film.pm;". This should presumably be "package Film;". and in the docs for Class::DBI itself (v. 0.94), under the "table alias" heading, you have: ----- This can also be passed as a second argument to 'table': __PACKAGE-->table('orders', 'orders'); ^^^ ----- This second should presumably be "__PACKAGE__->table...". OK, back to the docs. Best, Jesse
Good catch. I'll make sure these are fixed for the next release. Thanks, Tony