This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
D:P: Convert to use modern Test functions
[perl5.git] / dist / Devel-PPPort / t / uv.t
index 0003403..39e44be 100644 (file)
@@ -30,8 +30,7 @@ BEGIN {
   die qq[Cannot find "$FindBin::Bin/../parts/inc"] unless -d "$FindBin::Bin/../parts/inc";
 
   sub load {
-    eval "use Test";
-    require 'testutil.pl' if $@;
+    require 'testutil.pl';
     require 'inctools';
   }