Merge branch 'fix/RouteMatching.pod' of https://github.com/dim0xff/catalyst-runtime...
[catagits/Catalyst-Runtime.git] / t / author / pod.t
CommitLineData
91b4b595 1use strict;
2use warnings;
3use Test::More;
4
5use Test::Pod 1.14;
6
7all_pod_files_ok();
8