if configfile is a coderef call it and write some tests for it
[gitmo/MooseX-Getopt.git] / t / pod.t
CommitLineData
5dac17c3 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
98efc899 7plan skip_all => 'set RELEASE_TESTING to run these tests'
8 unless $ENV{RELEASE_TESTING};
5dac17c3 9
10eval "use Test::Pod 1.14";
11plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
12
13all_pod_files_ok();