fixed failing test in podcoverage, fixed regression in replication test that caused...
[dbsrgits/DBIx-Class.git] / t / 03podcoverage.t
index cfa08de..bb2bb27 100644 (file)
@@ -98,9 +98,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) {