From 65c15e227a9ccdd9758961ac387b7d4039bbdc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hinrik=20=C3=96rn=20Sigur=C3=B0sson?= Date: Fri, 24 Jul 2009 13:50:43 +0000 Subject: [PATCH] Recommend Win32::Console::ANSI in Makefile.PL --- Changes | 1 + Makefile.PL | 1 + 2 files changed, 2 insertions(+) diff --git a/Changes b/Changes index 8cf6225..fa6c6cf 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,7 @@ - Rename -l/--only option to -l/--locate - Move parsers to the App::Grok::Parser:: namespace - Move all resource backends to App::Grok::Resource::* + - Added Win32::Console::ANSI as a recommended dep 0.15 Fri Jul 24 11:47:30 GMT 2009 - Fix logic error causing 'ansi' not to be the default on non-Win32 diff --git a/Makefile.PL b/Makefile.PL index 4d0ba58..f8ab989 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,6 +22,7 @@ requires ('Perl6::Perldoc' => '0.0.5'); requires ('Perl6::Perldoc::To::Ansi' => '0.07'); requires ('Pod::Text::Ansi' => '0.03'); requires ('Pod::Xhtml' => '0'); +recommends ('Win32::Console::ANSI' => '0') if $^O eq 'Win32'; test_requires ('Test::More' => '0'); test_requires ('Test::Script' => '0'); #author_requires('Perl::Critic' => '1.098');