summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-07-05 22:51:50 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-07-05 22:51:50 +0200
commit8983a47325879826eed1fb3324f8c3de9a7ba4a7 (patch)
tree0fbc7fb010ef948355e17b44ea2ea0f7fa58c633 /Build.PL
parent8790ffdf260822253dc75594b6a105b234f4c53a (diff)
Use Test::Number::Delta for floating point comparisons
This avoids issues caused by varying float behaviour on different systems
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
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,
},