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 / ualarm.t
index b50a175..0f9a829 100644 (file)
@@ -9,6 +9,7 @@ BEGIN {
 }
 
 use Test::More tests => 12;
+BEGIN { push @INC, '.' }
 use t::Watchdog;
 
 use Config;