Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Apr 18, 2009
1 parent 5adda70 commit cbde3c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Pod-Coverage-TrustPod

0.002 2009-04-18
use Pod::Eventual instead of our own parser

0.001 2008-04-07
fix packaging issues
remove "just a exhibit" warning
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
@@ -1,4 +1,3 @@

use strict;
use warnings;

Expand All @@ -9,6 +8,7 @@ author ('Ricardo Signes <rjbs@cpan.org>');
license ('perl');
all_from ('lib/Pod/Coverage/TrustPod.pm');

requires('Pod::Coverage' => 0.000); # minimum unknown
requires('Pod::Coverage' => 0.000); # minimum unknown
requires('Pod::Eventual::Simple' => 0.000); # minimum unknown

WriteAll();

0 comments on commit cbde3c1

Please sign in to comment.