fix xt test conditional
[p5sagit/Class-Accessor-Grouped.git] / xt / manifest.t
CommitLineData
cc645e61 1use strict;
2use warnings;
3use Test::More;
4BEGIN {
5 eval 'use Test::CheckManifest 0.09; 1'
6 or plan skip_all => 'Test::CheckManifest 0.09 not installed';
7}
8
9ok_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});