Merge 'normalize_connect_info' into 'trunk'
[dbsrgits/DBIx-Class.git] / t / 89dbicadmin.t
index 154ddab..1729d2d 100644 (file)
@@ -16,12 +16,11 @@ 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;
 
-use JSON::Any;
 for my $js (@json_backends) {
 
     eval {JSON::Any->import ($js) };