From: Arthur Axel "fREW" Schmidt Date: Thu, 9 Sep 2010 02:50:23 +0000 (+0000) Subject: fix pod coverage test X-Git-Tag: v1.70~72 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FSQL-Abstract.git;a=commitdiff_plain;h=72935ffc01e19f9e8ab4ade6532c08583b6d3524 fix pod coverage test --- diff --git a/t/91podcoverage.t b/t/91podcoverage.t index de31232..94a2e36 100644 --- a/t/91podcoverage.t +++ b/t/91podcoverage.t @@ -29,7 +29,7 @@ my $exceptions = { }, 'SQL::Abstract::Test' => { skip => 1 }, 'SQL::Abstract::Tree' => { skip => 1 }, - 'DBIx::Class::Storage::PrettyPrinter' => { skip => 1 }, + 'DBIx::Class::Storage::Debug::PrettyPrint' => { skip => 1 }, }; foreach my $module (@modules) {