source: t/pod.t @ 11fb6d

Revision 11fb6d, 221 bytes checked in by Tomash Brechko <tomash.brechko@…>, 4 years ago (diff)

Add default tests from Module::Starter.

  • Property mode set to 100644
Line 
1use strict;
2use warnings;
3use Test::More;
4
5# Ensure a recent version of Test::Pod
6my $min_tp = 1.22;
7eval "use Test::Pod $min_tp";
8plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
9
10all_pod_files_ok();
Note: See TracBrowser for help on using the repository browser.