Add Storable freeze/thaw hooks to ResultSet to detach active cursors
[dbsrgits/DBIx-Class-Historic.git] / xt / podcoverage.t
index fe4b9c0..cdab30d 100644 (file)
@@ -70,6 +70,12 @@ my $exceptions = {
             resolve_prefetch
         /],
     },
+    'DBIx::Class::ResultSet' => {
+        ignore => [qw/
+            STORABLE_freeze
+            STORABLE_thaw
+        /],
+    },
     'DBIx::Class::ResultSourceHandle' => {
         ignore => [qw/
             schema