Force author tests to be run when in author mode
[gitmo/MooseX-Getopt.git] / t / author / pod.t
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More;
7 use Test::Pod 1.14;
8
9 all_pod_files_ok();