Disable tests since we have no current test account master
authorIvan Kohler <ivan@freeside.biz>
Mon, 11 Feb 2013 22:11:11 +0000 (14:11 -0800)
committerIvan Kohler <ivan@freeside.biz>
Mon, 11 Feb 2013 22:11:11 +0000 (14:11 -0800)
t/Net-XRC.t

index b4ebf4c..b1d62ac 100644 (file)
@@ -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)) }
 
 #########################