Use the now pure-perlized Devel::GlobalDestroy module
[dbsrgits/DBIx-Class.git] / t / 55namespaces_cleaned.t
index 2205ded..aa6fca0 100644 (file)
@@ -80,9 +80,6 @@ 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',
 ) };