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