more convert to using Test::Requires
[gitmo/MooseX-Singleton.git] / xt / author / pod.t
CommitLineData
da16d915 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
42c06343 8use Test::Requires {
9 'Test::Pod' => '1.14', # skip all if not installed
10};
da16d915 11
12all_pod_files_ok();