Fix undefer tracker to play nice with Module::Unload (DBICSL)
[p5sagit/Class-Accessor-Grouped.git] / t / warnings.t
index a8d749d..5d23e0d 100644 (file)
@@ -20,7 +20,7 @@ BEGIN {
 ## finally run under -T. Until then, I'm on my own here. ;-)
 my @files;
 my %trusted = (
-
+    'NotReallyAClass.pm' => 1
 );
 
 find({  wanted => \&wanted,