Subject: | "Passthrough" documentation is incorrect in synopsis |
Date: | Wed, 13 Jan 2010 12:14:02 +1300 |
To: | bug-DBIx-Class-QueryLog [...] rt.cpan.org |
From: | Nigel McNie <nigel [...] mcnie.name> |
I am using DBIx::Class::QueryLog version 1.2.2, downloaded from CPAN
(and then debianised).
The documentation states:
"If you wish to have the QueryLog collecting results, and the normal
trace output of SQL queries from DBIx::Class, then set passthru to 1"
I believe it should either say "set passthrough to 1", or perhaps give
an example:
$ql->passthrough(1);
Doesn't seem to work if I do $ql->passthrough = 1;
--
Regards,
Nigel McNie