source: server/trunk/web/t/02pod.t @ 454

Last change on this file since 454 was 1, checked in by nanardon, 14 years ago
  • init projects
File size: 236 bytes
Line 
1#!/usr/bin/env perl
2use strict;
3use warnings;
4use Test::More;
5
6plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
7eval "use Test::Pod 1.14";
8plan skip_all => 'Test::Pod 1.14 required' if $@;
9
10all_pod_files_ok();
Note: See TracBrowser for help on using the repository browser.