Fix the pure-perl in_global_destruction() emulation under threads
[dbsrgits/DBIx-Class.git] / t / 55namespaces_cleaned.t
index c8a2f75..4caddf8 100644 (file)
@@ -77,6 +77,9 @@ my $skip_idx = { map { $_ => 1 } (
   # from the parent
   'DBIx::Class::ResultSet::Pager',
 
+  # this is not part of the inheritance tree (plus is a temporary fix anyway)
+  'DBIx::Class::GlobalDestruction',
+
   # Moo does not name its generated methods, fix pending
   'DBIx::Class::Storage::BlockRunner',
 ) };