Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot to check Pod::Parser version
  • Loading branch information
hinrik committed Jul 26, 2009
1 parent 899db73 commit 2cb1f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.18_02
- Forgot Pod::Parser

0.18_01 Sun Jul 26 13:26:36 GMT 2009
- Add some diagnostics to figure out some test failures

Expand Down
1 change: 1 addition & 0 deletions t/01_compile.t
Expand Up @@ -5,6 +5,7 @@ use Test::Script;
use Pod::Simple ();
use Pod::Text ();
use Pod::Xhtml ();
diag('Pod::Parser version ' . $Pod::Parser::VERSION);
diag('Pod::Simple version ' . $Pod::Simple::VERSION);
diag('Pod::Text version ' . $Pod::Text::VERSION);
diag('Pod::Xhtml version ' . $Pod::Xhtml::VERSION);
Expand Down

0 comments on commit 2cb1f97

Please sign in to comment.