3 new versions checked in finally.
[urisagit/File-Slurp.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 =>
7e284d1c 7 'Test::Pod 1.14 required for testing POD' if $@ ;
635c7876 8
9all_pod_files_ok(
10# {
11# trustme => [ qr/slurp/ ]
12# }
13) ;