From: Karen Etheridge Date: Sat, 11 Oct 2014 22:17:03 +0000 (-0700) Subject: remove unused code X-Git-Tag: v1.002004~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a968ff7d20e443675a64080a484c1d59d85cea59;p=p5sagit%2FJSON-MaybeXS.git remove unused code --- diff --git a/t/cpanel.t b/t/cpanel.t index 8bf0383..44630bc 100644 --- a/t/cpanel.t +++ b/t/cpanel.t @@ -5,8 +5,6 @@ use JSON::MaybeXS; unless ( eval { require Cpanel::JSON::XS; 1 } ) { plan skip_all => 'No Cpanel::JSON::XS'; - done_testing; - exit; } is( JSON, 'Cpanel::JSON::XS', 'Correct JSON class' ); diff --git a/t/xs.t b/t/xs.t index ed7804a..a254b7e 100644 --- a/t/xs.t +++ b/t/xs.t @@ -7,8 +7,6 @@ use JSON::MaybeXS; unless ( eval { require JSON::XS; 1 } ) { plan skip_all => 'No JSON::XS'; - done_testing; - exit; } is( JSON, 'JSON::XS', 'Correct JSON class' );