X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRowCountStatistics%2FStorage.pm;fp=lib%2FDBIx%2FClass%2FRowCountStatistics%2FStorage.pm;h=10f3c206cc171fbcfb8436be1a9b18e1d65508f0;hb=da7d8a541161388b38e76e7209ea1a61cf88fb43;hp=a38fb9f47144a18ae33849e2f107c46190696918;hpb=6622f97d321daed7d44ad101423c2cb709b9d8ba;p=dbsrgits%2FDBIx-Class-RowCountStatistics.git diff --git a/lib/DBIx/Class/RowCountStatistics/Storage.pm b/lib/DBIx/Class/RowCountStatistics/Storage.pm index a38fb9f..10f3c20 100644 --- a/lib/DBIx/Class/RowCountStatistics/Storage.pm +++ b/lib/DBIx/Class/RowCountStatistics/Storage.pm @@ -1,6 +1,7 @@ use strict; use warnings; +# per-Cursor wrapper object to cache and access SQL later package DBIx::Class::RowCountStatistics::Storage; use Class::Method::Modifiers;