X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmanifest.t;fp=t%2Fmanifest.t;h=0000000000000000000000000000000000000000;hb=cc645e6199e971648826645d44c6e4c5ae7db72f;hp=b0e7df0b1a7a92a269992ea3c79a05ab3891e34d;hpb=0effd05f2e344651214c390ed5e078f46eba0dc6;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/t/manifest.t b/t/manifest.t deleted file mode 100644 index b0e7df0..0000000 --- a/t/manifest.t +++ /dev/null @@ -1,20 +0,0 @@ -use strict; -use warnings; - -BEGIN { - use lib 't/lib'; - use Test::More; - - plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR}; - - eval 'use Test::CheckManifest 0.09'; - if($@) { - plan skip_all => 'Test::CheckManifest 0.09 not installed'; - }; -}; - -ok_manifest({ - exclude => ['/t/var', '/cover_db'], - filter => [qr/\.(svn|git)/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/, qr/\.DS_Store/], - bool => 'or' -});