From: Ivan Kohler Date: Mon, 11 Feb 2013 22:10:40 +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;h=039a7af3912342ac76c4d6c9e033991f70d6864f Disable tests since we have no current test account --- diff --git a/Changes b/Changes index c8a9857..312decf 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for Perl extension Net::XRC. -0.02 Mon Feb 11 14:03:37 PST 2013 - - Don't attempt to verify certificate of xrc.everyone.net +0.02 Mon Feb 11 14:10:14 PST 2013 + - Don't attempt to verify certificate of xrc.everyone.net, fixing use + with LWP 6.0+ (closes: CPAN#79919) + - Disable tests since we have no current test account 0.01 Sun Aug 7 03:53:08 2005 - original version; created by h2xs 1.23 with options diff --git a/t/Net-XRC.t b/t/Net-XRC.t index a3629dd..b4ebf4c 100644 --- a/t/Net-XRC.t +++ b/t/Net-XRC.t @@ -8,7 +8,8 @@ #use Test; #BEGIN { plan tests => 3 }; -use Test::More tests => 17; +#use Test::More tests => 17; +use Test::More skip-all => 'test account no longer valid'; BEGIN{ use_ok('Net::XRC', qw(:types)) } #########################