fix pod coverage test
[dbsrgits/SQL-Abstract.git] / t / 91podcoverage.t
index dd3533c..94a2e36 100644 (file)
@@ -28,6 +28,8 @@ my $exceptions = {
         ]
     },
     'SQL::Abstract::Test' => { skip => 1 },
+    'SQL::Abstract::Tree' => { skip => 1 },
+    'DBIx::Class::Storage::Debug::PrettyPrint' => { skip => 1 },
 };
 
 foreach my $module (@modules) {