X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;h=eb081570ad98cbd9ec7bbd01aa7d5d10f0c468b4;hb=8c96bbc2af39d797ecdc5c6cdb273537afb4b2ba;hp=0b2bbbeb3c9a38589dc3d8a8eca0e25008dc2154;hpb=cde96798a03e3e65b2bca2a3246164faab434a03;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index 0b2bbbe..eb08157 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -23,7 +23,7 @@ unless ( DBIx::Class::Optional::Dependencies->req_ok_for ('test_podcoverage') ) # of what this is doing might be in order. # The exceptions structure below is a hash keyed by the module # name. Any * in a name is treated like a wildcard and will behave -# as expected. Modules are matched by longest string first, so +# as expected. Modules are matched by longest string first, so # A::B::C will match even if there is A::B* # The value for each is a hash, which contains one or more @@ -50,7 +50,9 @@ my $exceptions = { ignore => [qw/ new update - set_column + store_column + get_column + get_columns /], }, 'DBIx::Class::ResultSource' => { @@ -86,6 +88,12 @@ my $exceptions = { /] }, + 'DBIx::Class::Admin' => { + ignore => [ qw/ + BUILD + /] + }, + 'DBIx::Class::Storage::DBI::Replicated*' => { ignore => [ qw/ connect_call_do_sql