s/Stash::Manip/Package::Stash/g
[p5sagit/namespace-clean.git] / t_author / 10-pod.t
CommitLineData
40aef9d6 1#!perl
2use warnings;
3use strict;
4
5use Test::More;
6eval 'use Test::Pod 1.00';
7plan skip_all => 'Test::Pod 1.00 required for POD tests' if $@;
8
9all_pod_files_ok( all_pod_files('lib') );
10