Import namespace-clean-0.01.tar.gz.
[p5sagit/namespace-clean.git] / t / 10-pod.t
1 #!perl
2 use warnings;
3 use strict;
4
5 use Test::More;
6 eval 'use Test::Pod 1.00';
7 plan skip_all => 'Test::Pod 1.00 required for POD tests' if $@;
8
9 all_pod_files_ok( all_pod_files('lib') );
10