projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
95f0e49
)
Stop testing deprecated json::syck
Peter Rabbitson [Wed, 26 Aug 2009 16:07:51 +0000 (16:07 +0000)]
t/89dbicadmin.t
patch
|
blob
|
blame
|
history
diff --git
a/t/89dbicadmin.t
b/t/89dbicadmin.t
index
53930c2
..
1729d2d
100644
(file)
--- a/
t/89dbicadmin.t
+++ b/
t/89dbicadmin.t
@@
-16,7
+16,7
@@
if ($@) {
plan skip_all => 'Install Text::CSV_XS or Text::CSV_PP to run this test' if ($@);
}
-my @json_backends = qw/XS JSON DWIW Syck/;
+my @json_backends = qw/XS JSON DWIW/;
my $tests_per_run = 5;
plan tests => $tests_per_run * @json_backends;