projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
da5a1ba
)
Only run test if Graph::Directed installed
Jess Robinson [Wed, 24 Oct 2007 10:59:25 +0000 (10:59 +0000)]
t/09sqlt-diagram.t
patch
|
blob
|
blame
|
history
diff --git
a/t/09sqlt-diagram.t
b/t/09sqlt-diagram.t
index
49d8282
..
12f724f
100644
(file)
--- a/
t/09sqlt-diagram.t
+++ b/
t/09sqlt-diagram.t
@@
-13,7
+13,8
@@
BEGIN {
maybe_plan(
3,
'SQL::Translator::Parser::MySQL',
- 'SQL::Translator::Producer::Diagram'
+ 'SQL::Translator::Producer::Diagram',
+ 'Graph::Directed',
);
}