X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F89dbicadmin.t;h=80776641af728ebd5867df8c1f9307b8191be349;hb=1bc193ac4c3bb934d1877e49bf7c465fc82815d6;hp=39eef8300b068968b61d0cd40ee2316494a81079;hpb=1405206e4a04b6aa466abb16365009210e409914;p=dbsrgits%2FDBIx-Class.git diff --git a/t/89dbicadmin.t b/t/89dbicadmin.t index 39eef83..8077664 100644 --- a/t/89dbicadmin.t +++ b/t/89dbicadmin.t @@ -8,8 +8,8 @@ use DBICTest; my $schema = DBICTest->init_schema(); -eval 'require JSON'; -plan skip_all => 'Install JSON to run this test' if ($@); +eval 'require JSON::Any'; +plan skip_all => 'Install JSON::Any to run this test' if ($@); eval 'require Text::CSV_XS'; if ($@) {