handle configfile values of "0"
[gitmo/MooseX-ConfigFromFile.git] / t / release-pod-syntax.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 BEGIN {
6   unless ($ENV{RELEASE_TESTING}) {
7     plan skip_all => 'these tests are for release candidate testing';
8   }
9 }
10
11 eval "use Test::Pod 1.41";
12 plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
13
14 all_pod_files_ok();