Lose another dependency: Class::Inspector
[dbsrgits/DBIx-Class.git] / xt / extra / internals / namespaces_cleaned.t
index b8b42b7..3f70262 100644 (file)
@@ -90,10 +90,6 @@ my $has_moose = eval { require Moose::Util };
 
 Sub::Defer::undefer_all();
 
-# can't use Class::Inspector for the mundane parts as it does not
-# distinguish imports from anything else, what a crock of...
-# Moose is not always available either - hence just do it ourselves
-
 my $seen; #inheritance means we will see the same method multiple times
 
 for my $mod (@modules) {