summaryrefslogtreecommitdiffstats
path: root/dist.ini
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-27 00:38:10 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-27 00:38:10 -0400
commit2d3c835b5cfa72d489377be812e1918dd44f807f (patch)
tree3a05d49e18a18aeba9bcb6cb4cf59a71104012ae /dist.ini
parent3b49719a7b1e0f384cb85dd8d9a2c7e0f1a483a9 (diff)
downloadreply-2d3c835b5cfa72d489377be812e1918dd44f807f.tar.gz
reply-2d3c835b5cfa72d489377be812e1918dd44f807f.zip
support color on windows (aero)
Diffstat (limited to 'dist.ini')
-rw-r--r--dist.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist.ini b/dist.ini
index 46aa79f..810cec4 100644
--- a/dist.ini
+++ b/dist.ini
@@ -26,6 +26,7 @@ skip = ^Class::Refresh$
skip = ^Data::Dump$
skip = ^Data::Printer$
skip = ^Proc::InvokeEditor$
+skip = ^Win32::Console::ANSI$
[Prereqs / RuntimeRecommends]
App::Nopaste = 0
@@ -34,3 +35,7 @@ Data::Dump = 0
Data::Printer = 0
Proc::InvokeEditor = 0
Term::ReadLine::Gnu = 0
+
+; XXX it'd be nice if we could make this recommended instead of required
+[OSPrereqs / MSWin32]
+Win32::Console::ANSI = 0