X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FRole%2FQueryCounter.pm;h=61d101da4cb7d81e9abe1c18d5bf33330f41c121;hb=48580715af3072905f2c71dc27e7f70f21a11338;hp=3199e75db0bd1c2f0190fa7059565214b756ac9b;hpb=92bc2a19d5feb14139e092d697c103472f2ac6ed;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/Role/QueryCounter.pm b/lib/DBIx/Class/Storage/DBI/Role/QueryCounter.pm index 3199e75..61d101d 100644 --- a/lib/DBIx/Class/Storage/DBI/Role/QueryCounter.pm +++ b/lib/DBIx/Class/Storage/DBI/Role/QueryCounter.pm @@ -19,7 +19,7 @@ Each time the schema does a query, increment the counter. This package defines the following attributes. -head2 _query_count +=head2 _query_count Is the attribute holding the current query count. It defines a public reader called 'query_count' which you can use to access the total number of queries @@ -42,7 +42,7 @@ This module defines the following methods. =head2 _query_start -override on the method so that we count the queries. +Override on the method so that we count the queries. =cut