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