projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ebee7d9
)
Fixed syntax error.
Ken Youens-Clark [Thu, 23 Sep 2004 15:08:03 +0000 (15:08 +0000)]
t/18ttschema-producer.t
patch
|
blob
|
blame
|
history
diff --git
a/t/18ttschema-producer.t
b/t/18ttschema-producer.t
index
9284223
..
7c127d4
100644
(file)
--- a/
t/18ttschema-producer.t
+++ b/
t/18ttschema-producer.t
@@
-22,7
+22,7
@@
use FindBin qw/$Bin/;
BEGIN {
maybe_plan(3,
'XML::XPath',
- 'SQL::Translator::Parser::XML::SQLFairy'
+ 'SQL::Translator::Parser::XML::SQLFairy',
'Template',
'Test::Differences'
)