Skip to content

Commit

Permalink
Depend on Win32::Console::ANSI on Win32 systems
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jun 30, 2009
1 parent f9b36eb commit 4467cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
0.08
- Fix pager execution on Win32. azawawi++
- Depend on Win32::Console::ANSI on Win32 systems

0.07 Tue Jun 30 12:06:37 GMT 2009
- Explicitly call grok with $^X in tests, needed on Win32
Expand Down
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -19,6 +19,7 @@ requires ('File::Temp' => '0');
requires ('Perl6::Perldoc' => '0.0.5');
requires ('Perl6::Perldoc::To::Ansi' => '0.03');
requires ('Pod::Usage' => '0');
requires ('Win32::Console::ANSI' => '0') if $^O eq 'MSWin32';
test_requires ('Test::More' => '0');
test_requires ('Test::Script' => '0');
tests_recursive();
Expand Down

0 comments on commit 4467cc8

Please sign in to comment.