edited all .t tests to not use use_ok to load File::Slurp. they now all
[urisagit/Perl-Docs.git] / t / pseudo.t
index 9653277..66bf792 100644 (file)
@@ -2,6 +2,7 @@
 
 use strict ;
 
+use File::Slurp ;
 use Carp ;
 use Test::More ;
 
@@ -9,10 +10,6 @@ plan( tests => 1 ) ;
 
 my $proc_file = "/proc/$$/auxv" ;
 
-BEGIN{ 
-       use_ok( 'File::Slurp' ) ;
-}
-
 SKIP: {
 
        unless ( -r $proc_file ) {