From: Matt S Trout Date: Sat, 28 Jul 2007 11:37:01 +0000 (+0000) Subject: jdbi version check test now skips when MANIFEST not pleasant rather than merely falli... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c733cd80086e905aa49c82b18566392bfc7e125;p=dbsrgits%2FDBIx-Class-Historic.git jdbi version check test now skips when MANIFEST not pleasant rather than merely falling over --- diff --git a/t/jdbi-t/01-version_checks.t b/t/jdbi-t/01-version_checks.t index 837f989..dbd424d 100644 --- a/t/jdbi-t/01-version_checks.t +++ b/t/jdbi-t/01-version_checks.t @@ -11,6 +11,8 @@ use ExtUtils::MakeMaker; use ExtUtils::Manifest qw(maniread); use_ok('Jifty::DBI'); +exit 0 unless (-e 'MANIFEST'); + my $minfo = maniread(); ok($minfo) or die;