summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-10 00:49:28 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-10 00:49:28 -0400
commit9ad70dd68d45203970fed6e7c2bdca13da13d8c4 (patch)
treea425c8eb6af5f36dd48e7c0ca9f6318e66a9fb27 /dist.ini
parentd9fed797b987de4e87ee30b9758e2169051356ce (diff)
downloadreply-9ad70dd68d45203970fed6e7c2bdca13da13d8c4.tar.gz
reply-9ad70dd68d45203970fed6e7c2bdca13da13d8c4.zip
factor this out
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist.ini b/dist.ini
index 866595c..c6d0fbc 100644
--- a/dist.ini
+++ b/dist.ini
@@ -42,8 +42,10 @@ Proc::InvokeEditor = 0
Term::ReadLine::Gnu = 0
B::Keywords = 0
Package::Stash = 0
-MRO::Compat = 0
; XXX it'd be nice if we could make this recommended instead of required
[OSPrereqs / MSWin32]
Win32::Console::ANSI = 0
+
+[PerlVersionPrereqs / 5.010]
+MRO::Compat = 0