projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
19c75a8
)
jdbi version check test now skips when MANIFEST not pleasant rather than merely falli...
Matt S Trout [Sat, 28 Jul 2007 11:37:01 +0000 (11:37 +0000)]
t/jdbi-t/01-version_checks.t
patch
|
blob
|
blame
|
history
diff --git
a/t/jdbi-t/01-version_checks.t
b/t/jdbi-t/01-version_checks.t
index
837f989
..
dbd424d
100644
(file)
--- 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;