X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpseudo.t;h=66bf792eac6d78ffba2abe3c1a666fe612ccd60f;hb=997098525898485838522aa547a080189cb7a313;hp=96532770d00b58f83b8c9a700a562ab950c1d859;hpb=e2c51d31d5bcdbbe99f9443e4908c912554bd061;p=urisagit%2FPerl-Docs.git diff --git a/t/pseudo.t b/t/pseudo.t index 9653277..66bf792 100644 --- a/t/pseudo.t +++ b/t/pseudo.t @@ -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 ) {