This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix dist/Time-HiRes/t/*.t that assumed '.' in @INC
[perl5.git] / dist / Time-HiRes / t / sleep.t
index b84b4c6..0ab6340 100644 (file)
@@ -1,6 +1,7 @@
 use strict;
 
 use Test::More tests => 4;
+BEGIN { push @INC, '.' }
 use t::Watchdog;
 
 BEGIN { require_ok "Time::HiRes"; }