Fixed a couple of typos.
[gitmo/Moose.git] / xt / author / pod.t
CommitLineData
fcd84ca9 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
4d438a84 8use Test::Requires {
9 'Test::Pod' => '1.14', # skip all if not installed
10};
fcd84ca9 11
12all_pod_files_ok();