X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;h=175542b57d033165ba610d16548d8b62ed10d56a;hb=5432c6ae1a31569775574edd42cb3e3f6f79cfff;hp=18c5292a67d62c215e9879770df29727c738cc0a;hpb=0c62fa59d419dcec4df6da35f2b09381685e57b0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index 18c5292..175542b 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -44,6 +44,11 @@ my $exceptions = { qw(setup_connection_class) ] }, + 'DBIx::Class::Storage::DBI::Sybase' => { + ignore => [ + qw/should_quote_data_type/, + ] + }, 'DBIx::Class::CDBICompat::AccessorMapping' => { skip => 1 }, 'DBIx::Class::CDBICompat::AbstractSearch' => { ignore => [qw(search_where)]