add changelog heading
[p5sagit/Class-Accessor-Grouped.git] / xt / manifest.t
1 use strict;
2 use warnings;
3 use Test::More;
4 BEGIN {
5   eval 'use Test::CheckManifest 0.09; 1'
6     or plan skip_all => 'Test::CheckManifest 0.09 not installed';
7 }
8
9 ok_manifest({
10   exclude => ['/t/var', '/cover_db'],
11   filter  => [qr/\.(svn|git)/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/, qr/\.DS_Store/],
12   bool    => 'or'
13 });