Changed contact details from non-working 6A email address.
[catagits/XML-Feed.git] / t / pod.t
CommitLineData
8c30ad3d 1#!perl
2
3use strict;
4use warnings;
5
6use Test::More;
7eval 'use Test::Pod 1.14';
8plan skip_all => 'Test::Pod 1.14 required for testing POD' if $@;
9all_pod_files_ok( grep { /^Boomerang/ } all_pod_files() );