X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-UUIDColumns.git;a=blobdiff_plain;f=t%2Fmanifest.t;h=8367a8bcd39026243b68331f1c3d2c5b8d240359;hp=5a6206f5ee9a7162dc8146535b01164838d6aa06;hb=a19bdae0cbe2f9a611586184d84521aee987ac77;hpb=3469b2435b72e296830195a12e2b3e1bc5b3cc9d diff --git a/t/manifest.t b/t/manifest.t index 5a6206f..8367a8b 100644 --- a/t/manifest.t +++ b/t/manifest.t @@ -1,22 +1,22 @@ -#!perl -wT -# $Id: manifest.t 3236 2007-05-05 16:24:35Z claco $ -use strict; -use warnings; - -BEGIN { - use lib 't/lib'; - use DBIC::Test; - - 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/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/], - bool => 'or' -}); +#!perl -wT +# $Id$ +use strict; +use warnings; + +BEGIN { + use lib 't/lib'; + use DBIC::Test; + + 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/, qr/cover/, qr/Build(.(PL|bat))?/, qr/_build/], + bool => 'or' +});