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