cleanup
[urisagit/Perl-Docs.git] / t / pod.t
CommitLineData
635c7876 1#!/usr/local/bin/perl
2
3use Test::More;
4
5eval 'use Test::Pod 1.14' ;
6plan skip_all =>
7 'Test::Pod 1.14 required for testing PODe' if $@ ;
8
9all_pod_files_ok(
10# {
11# trustme => [ qr/slurp/ ]
12# }
13) ;