edited all .t tests to not use use_ok to load File::Slurp. they now all
[urisagit/Perl-Docs.git] / t / large.t
index aaa8c27..4772b19 100644 (file)
--- a/t/large.t
+++ b/t/large.t
@@ -4,10 +4,7 @@ use strict ;
 
 use Test::More ;
 use Carp ;
-
-BEGIN{ 
-       use_ok( 'File::Slurp', ) ;
-}
+use File::Slurp ;
 
 my $file = 'slurp.data' ;
 unlink $file ;