Major revamp of CAG internals - now works on pure-perl
[p5sagit/Class-Accessor-Grouped.git] / t / strict.t
index 3ef1d59..d77daa6 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,