changelog
[p5sagit/Class-Accessor-Grouped.git] / xt / pod_syntax.t
CommitLineData
cc645e61 1use strict;
2use warnings;
3use Test::More;
4BEGIN {
5 eval 'use Test::Pod 1.00; 1'
6 or plan skip_all => 'Test::Pod 1.00 not installed';
7}
8
9all_pod_files_ok();