1# $Id: 22_pod.t 326 2006-05-30 18:20:05Z tinita $
2use strict;
3use Test::More;
4eval "use Test::Pod 1.00";
5plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
6my @poddirs = qw( blib );
7all_pod_files_ok( all_pod_files( @poddirs ) );
8
9