diff options
Diffstat (limited to 'cpan/Test-Harness/t/process.t')
-rw-r--r-- | cpan/Test-Harness/t/process.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/Test-Harness/t/process.t b/cpan/Test-Harness/t/process.t index 5135d67f95..45c04b7eb1 100644 --- a/cpan/Test-Harness/t/process.t +++ b/cpan/Test-Harness/t/process.t @@ -1,6 +1,7 @@ #!/usr/bin/perl -w use strict; +use warnings; use lib 't/lib'; my $hires; |