From 8da666fd609dd3174cb0ecb713370f77789fe2ef Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 11 Feb 2013 14:11:11 -0800 Subject: [PATCH] Disable tests since we have no current test account --- t/Net-XRC.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) } ######################### -- 2.11.0