Skip to content

Commit

Permalink
[#153 state:resolved] Added t/89-pod.t to check that all files with P…
Browse files Browse the repository at this point in the history
…OD are formatted correctly.
  • Loading branch information
tima committed Dec 9, 2009
1 parent 6b21120 commit ec29b42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions t/89-pod.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!perl
use strict;
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
my @poddirs = qw( lib addons plugins ); # plugins should be blank but...
all_pod_files_ok( all_pod_files( @poddirs ) );

0 comments on commit ec29b42

Please sign in to comment.