diff --git a/Build.PL b/Build.PL index 2d061ad..058a44b 100755 --- a/Build.PL +++ b/Build.PL @@ -9,6 +9,7 @@ my $builder = Module::Build->new( dist_version_from => 'lib/Test/Ping.pm', build_requires => { 'Test::More' => 0, + 'Test::Timer' => 0.05, }, requires => { 'Net::Ping' => 2.33,