Stop testing deprecated json::syck
Peter Rabbitson [Wed, 26 Aug 2009 16:07:51 +0000 (16:07 +0000)]
t/89dbicadmin.t

index 53930c2..1729d2d 100644 (file)
@@ -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;