Skip to content

Commit

Permalink
Recommend Win32::Console::ANSI in Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jul 24, 2009
1 parent 47a9d9b commit 65c15e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -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');
Expand Down

0 comments on commit 65c15e2

Please sign in to comment.