Move podlators from lib to ext.
[p5sagit/p5-mst-13.2.git] / ext / podlators / t / pod.t
CommitLineData
0e4e3f6e 1#!/usr/bin/perl
2#
3# t/pod.t -- Test POD formatting.
4
5eval 'use Test::Pod 1.00';
6if ($@) {
7 print "1..1\n";
8 print "ok 1 # skip - Test::Pod 1.00 required for testing POD\n";
9 exit;
10}
11all_pod_files_ok ();