From: David Golden Date: Mon, 21 Dec 2009 04:03:30 +0000 (-0500) Subject: fix CPAN.pm test broken by hotfixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9c3f2640bc47839fced0ccc78bae4b814ae82e97;p=p5sagit%2Fp5-mst-13.2.git fix CPAN.pm test broken by hotfixes --- diff --git a/cpan/CPAN/t/11mirroredby.t b/cpan/CPAN/t/11mirroredby.t index 42b359d..444ceb1 100644 --- a/cpan/CPAN/t/11mirroredby.t +++ b/cpan/CPAN/t/11mirroredby.t @@ -26,7 +26,7 @@ isa_ok( $cmb, 'CPAN::Mirrored::By' ); is( $cmb->continent(), 'continent', 'continent() should return continent entry' ); is( $cmb->country(), 'country', 'country() should return country entry' ); -is( $cmb->url(), 'http', 'url() should return best url entry' ); +is( $cmb->url(), 'ftp', 'url() should return best url entry' ); __END__ # Local Variables: