Fix warning
[gitmo/MooseX-MetaDescription.git] / t-author / pod.t
CommitLineData
48b1f986 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
e3e1a958 8use Test::Pod 1.14;
48b1f986 9
10all_pod_files_ok();