[Bast-commits] r3619 - DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Sat Jul 28 12:37:02 GMT 2007


Author: matthewt
Date: 2007-07-28 12:37:01 +0100 (Sat, 28 Jul 2007)
New Revision: 3619

Modified:
   DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/01-version_checks.t
Log:
jdbi version check test now skips when MANIFEST not pleasant rather than merely falling over

Modified: DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/01-version_checks.t
===================================================================
--- DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/01-version_checks.t	2007-07-28 10:52:09 UTC (rev 3618)
+++ DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/01-version_checks.t	2007-07-28 11:37:01 UTC (rev 3619)
@@ -11,6 +11,8 @@
 use ExtUtils::Manifest qw(maniread);
 use_ok('Jifty::DBI');
 
+exit 0 unless (-e 'MANIFEST');
+
 my $minfo = maniread();
 ok($minfo) or die;
 




More information about the Bast-commits mailing list