manifest fixes
[catagits/CatalystX-Declare.git] / xt / pod.t
CommitLineData
856ac9a7 1#!/usr/bin/env perl
2use strict;
3use warnings;
4
5use Test::More;
6
7eval "use Test::Pod 1.00";
8
9plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
10
11all_pod_files_ok();