summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2009-12-20 23:03:30 -0500
committerDavid Golden <dagolden@cpan.org>2009-12-20 23:03:30 -0500
commit9c3f2640bc47839fced0ccc78bae4b814ae82e97 (patch)
tree319da538722e4405a313201dcfb663d11835a210
parent49ded548b5747348820850adf5839687c668469e (diff)
downloadperl-9c3f2640bc47839fced0ccc78bae4b814ae82e97.tar.gz
fix CPAN.pm test broken by hotfixesv5.11.3
-rw-r--r--cpan/CPAN/t/11mirroredby.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/CPAN/t/11mirroredby.t b/cpan/CPAN/t/11mirroredby.t
index 42b359d97e..444ceb18c1 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: