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