More robust tests of dependency lazy-loading and delay of more req loads
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Carp.pm
index e0a1e92..4d2812c 100644 (file)
@@ -15,9 +15,9 @@ BEGIN {
   ;
 }
 
+# load Carp early to prevent tickling of the ::Internal stash being
+# interpreted as "Carp is already loaded" by some braindead loader
 use Carp ();
-use namespace::clean ();
-
 $Carp::Internal{ (__PACKAGE__) }++;
 
 sub __find_caller {