Skip to content

Commit

Permalink
fix CPAN.pm test broken by hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Dec 21, 2009
1 parent 49ded54 commit 9c3f264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpan/CPAN/t/11mirroredby.t
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9c3f264

Please sign in to comment.