From 8983a47325879826eed1fb3324f8c3de9a7ba4a7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 5 Jul 2017 22:51:50 +0200 Subject: Use Test::Number::Delta for floating point comparisons This avoids issues caused by varying float behaviour on different systems --- Build.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index b0bcaa7..68591a1 100644 --- a/Build.PL +++ b/Build.PL @@ -10,6 +10,7 @@ Module::Build->new( 'Test::Compile' => 0, 'Test::Fatal' => 0, 'Test::More' => 0, + 'Test::Number::Delta' => 0, 'Test::Pod' => 0, 'Text::CSV' => 0, }, -- cgit v1.2.3