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');