X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F55namespaces_cleaned.t;h=30795a77d1995f61e5d7b6f6c9be6ebaf1d2fc2c;hb=9f98c4b2ed917018f1587a48f72aeaf507118024;hp=e87cab7dfc3f7df4d9f09cdff245857e073ad6a5;hpb=8b4d80641f3fda13ee00e6615183265b121e53b1;p=dbsrgits%2FDBIx-Class.git diff --git a/t/55namespaces_cleaned.t b/t/55namespaces_cleaned.t index e87cab7..30795a7 100644 --- a/t/55namespaces_cleaned.t +++ b/t/55namespaces_cleaned.t @@ -79,6 +79,9 @@ my $skip_idx = { map { $_ => 1 } ( # this subclass is expected to inherit whatever crap comes # from the parent 'DBIx::Class::ResultSet::Pager', + + # a utility class, not part of the inheritance chain + 'DBIx::Class::ResultSource::RowParser::Util', ) }; my $has_cmop = eval { require Class::MOP };