From 2d3c835b5cfa72d489377be812e1918dd44f807f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 27 Jun 2013 00:38:10 -0400 Subject: support color on windows (aero) --- dist.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist.ini') 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 -- cgit v1.2.3-54-g00ecf