projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ded54
)
fix CPAN.pm test broken by hotfixes
author
David Golden
<dagolden@cpan.org>
Mon, 21 Dec 2009 04:03:30 +0000
(23:03 -0500)
committer
David Golden
<dagolden@cpan.org>
Mon, 21 Dec 2009 04:03:30 +0000
(23:03 -0500)
cpan/CPAN/t/11mirroredby.t
patch
|
blob
|
history
diff --git
a/cpan/CPAN/t/11mirroredby.t
b/cpan/CPAN/t/11mirroredby.t
index
42b359d
..
444ceb1
100644
(file)
--- 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(), '
ht
tp', 'url() should return best url entry' );
+is( $cmb->url(), '
f
tp', 'url() should return best url entry' );
__END__
# Local Variables: