Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 31766
Status: resolved
Priority: 0/
Queue: DBIx-Class-QueryLog

People
Owner: Nobody in particular
Requestors: goneri [...] rulezlan.org
Cc:
AdminCc:

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



CC: goneri [...] rulezlan.org
Subject: typo in the documentation
Date: Thu, 20 Dec 2007 21:04:03 +0100
To: bug-DBIx-Class-QueryLog [...] rt.cpan.org
From: Gonéri Le Bouder <goneri [...] rulezlan.org>
Hi, Thank you for this module. There is a little mistake in the documentation: $ diff -u ./lib/DBIx/Class/QueryLog/Analyzer.pm.orig ./lib/DBIx/Class/QueryLog/Analyzer.pm --- ./lib/DBIx/Class/QueryLog/Analyzer.pm.orig 2007-12-20 20:02:27.000000000 +0100 +++ ./lib/DBIx/Class/QueryLog/Analyzer.pm 2007-12-20 20:02:34.000000000 +0100 @@ -20,7 +20,7 @@ $schema->storage->debugobj($ql); $schema->storage->debug(1); ... # do some stuff! - my $ana = DBIx::Class::QueryLog::Analyzer({ querylog => $ql }); + my $ana = new DBIx::Class::QueryLog::Analyzer({ querylog => $ql }); my @queries = $ana->get_sorted_queries(); # or... my $totaled = $ana->get_totaled_queries(); Cheers, Gonéri
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

From: gphat [...] cpan.org
On Thu Dec 20 15:05:02 2007, goneri@rulezlan.org wrote: Show quoted text
> Hi, > > Thank you for this module. There is a little mistake in the > documentation:
Fixed in 1.0.4. Thanks for the heads up.
released 1.0.4