initial checkin for MooseX-Attribute-Cached
[gitmo/MooseX-Attribute-Cached.git] / t-author / pod.t
CommitLineData
cf0ef7c5 1#!/usr/bin/perl
2
3use strict;
4use warnings;
5
6use Test::More;
7
8eval "use Test::Pod 1.14";
9plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
10
11all_pod_files_ok();