projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3dbdbf9
)
Template version doesn't matter.
Ken Youens-Clark [Wed, 15 Apr 2009 18:29:22 +0000 (18:29 +0000)]
t/33tt-table-producer.t
patch
|
blob
|
blame
|
history
diff --git
a/t/33tt-table-producer.t
b/t/33tt-table-producer.t
index
9dda29b
..
9d7d7bb
100644
(file)
--- a/
t/33tt-table-producer.t
+++ b/
t/33tt-table-producer.t
@@
-22,8
+22,6
@@
use File::Temp qw/tempdir/;
BEGIN {
eval {require Template;};
- plan skip_all => "Template v2.15+ is incompatible with SQL::Translator 0.08+"
- if !$@ && Template->VERSION >= 2.15;
maybe_plan(8, 'Template', 'Test::Differences')
}