Skip to content

Commit

Permalink
Depend on Pod::Parser 1.36
Browse files Browse the repository at this point in the history
Pod::Xhtml uses it, and versions prior to 1.36 don't recognize the
=encoding directive
  • Loading branch information
hinrik committed Jul 29, 2009
1 parent c8c05c2 commit 5b818a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
0.19
- Added dependency on Pod::Parser 1.36, because earlier versions
don't recognize =encoding

0.18_02 Sun Jul 26 13:37:21 GMT 2009
- Forgot Pod::Parser

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');
requires ('Pod::Parser' => '1.36');
recommends ('Win32::Console::ANSI' => '0') if $^O eq 'Win32';
test_requires ('Test::More' => '0');
test_requires ('Test::Script' => '0');
Expand Down

0 comments on commit 5b818a6

Please sign in to comment.