added dev comments about per-cursor wrapper
[dbsrgits/DBIx-Class-RowCountStatistics.git] / lib / DBIx / Class / RowCountStatistics / Storage.pm
index a38fb9f..10f3c20 100644 (file)
@@ -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;