X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F55namespaces_cleaned.t;h=b922aa5d3bac2e79902fab19d4648aab583f3212;hp=f11fa518d5943264f7cebe95e1f309ed753d5789;hb=cd1228209f685767668163c2510723959951641b;hpb=e8885a53b047e70baa425a6ed631cd5f97bf2195 diff --git a/t/55namespaces_cleaned.t b/t/55namespaces_cleaned.t index f11fa51..b922aa5 100644 --- a/t/55namespaces_cleaned.t +++ b/t/55namespaces_cleaned.t @@ -60,6 +60,10 @@ my $skip_idx = { map { $_ => 1 } ( # G::L::D is unclean, but we never inherit from it 'DBIx::Class::Admin::Descriptive', 'DBIx::Class::Admin::Usage', + + # this subclass is expected to inherit whatever crap comes + # from the parent + 'DBIx::Class::ResultSet::Pager', ) }; my $has_cmop = eval { require Class::MOP };