Merge 'trunk' into 'replication_dedux'
[dbsrgits/DBIx-Class-Historic.git] / t / 03podcoverage.t
index df5edd8..5fae09f 100644 (file)
@@ -104,9 +104,8 @@ my $exceptions = {
 
     'DBIx::Class::Schema::Versioned' => { ignore => [ qw(connection) ] },
 
-# must kill authors.
-
-    'DBIx::Class::Storage::DBI::Replicated' => { skip => 1 },
+# don't bother since it's heavily deprecated
+    'DBIx::Class::ResultSetManager' => { skip => 1 },
 };
 
 foreach my $module (@modules) {