Fix double encoding bug?
[catagits/XML-Feed.git] / t / pod.t
1 #!perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 eval 'use Test::Pod 1.14';
8 plan skip_all => 'Test::Pod 1.14 required for testing POD' if $@;
9 all_pod_files_ok( grep { /^Boomerang/ } all_pod_files() );