From: Ivan Kohler Date: Mon, 11 Feb 2013 22:11:11 +0000 (-0800) Subject: Disable tests since we have no current test account X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-XRC.git;a=commitdiff_plain Disable tests since we have no current test account --- diff --git a/t/Net-XRC.t b/t/Net-XRC.t index b4ebf4c..b1d62ac 100644 --- a/t/Net-XRC.t +++ b/t/Net-XRC.t @@ -9,7 +9,7 @@ #BEGIN { plan tests => 3 }; #use Test::More tests => 17; -use Test::More skip-all => 'test account no longer valid'; +use Test::More skip_all => 'test account no longer valid'; BEGIN{ use_ok('Net::XRC', qw(:types)) } #########################