Release 0.10005
[p5sagit/Class-Accessor-Grouped.git] / t / strict.t
index 3ef1d59..f02cdab 100644 (file)
@@ -1,5 +1,3 @@
-#!perl -wT
-# $Id$
 use strict;
 use warnings;
 
@@ -20,7 +18,7 @@ BEGIN {
 ## finally run under -T. Until then, I'm on my own here. ;-)
 my @files;
 my %trusted = (
-
+    'NotReallyAClass.pm' => 1
 );
 
 find({  wanted => \&wanted,