1#!perl
2# This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
3use Test::More;
4
5eval "use Test::Pod 1.41";
6plan skip_all => "Test::Pod 1.41 required for testing POD" if $@;
7
8all_pod_files_ok();
9