summaryrefslogtreecommitdiff
path: root/dist.ini
diff options
context:
space:
mode:
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index cc502b0..c70eeb3 100644
--- a/dist.ini
+++ b/dist.ini
@@ -15,3 +15,20 @@ installer = MakeMaker
[Encoding]
encoding = bytes
filename = t/ff_binary
+
+[Prereqs]
+prefork = 0.02
+File::Copy::Recursive = 0.35
+File::Remove = 0.38
+File::Temp = 0.17
+File::Spec = 0.85
+
+[Prereqs / TestRequires]
+Test::More = 0.47
+Test::ClassAPI = 1.04
+
+[DynamicPrereqs]
+-body = # Because many filesystem modules are buggier
+-body = # on Windows, we're going to push for more aggressive
+-body = # dependencies to get the most current bug fixes.
+-body = requires('File::Spec', '3.24') if is_os('MSWin32') or is_os('cygwin');