Simplify collapse map contents, shuffle things around, rename most vars
[dbsrgits/DBIx-Class.git] / t / 55namespaces_cleaned.t
index e87cab7..30795a7 100644 (file)
@@ -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 };