move pod tests to xt
[catagits/Catalyst-Plugin-Session-State-Cookie.git] / xt / podcoverage.t
1 use strict;
2 use warnings;
3 use Test::More;
4 use Test::Pod::Coverage 1.04;
5
6 all_pod_coverage_ok();