Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 54fc0f72a0389bcb44f9889b8ad6da9e > files > 2

perl-URI-Find-Simple-1.01-3mdv2010.1.src.rpm

Index: t/find.t
===================================================================
--- t/find.t
+++ t/find.t	2009-11-10 02:13:14.000000000 +0100
@@ -1,7 +1,7 @@
 use strict;
 use warnings;
 use lib qw(lib);
-use Test::More no_plan => 1;
+use Test::More 'no_plan';
 
 use_ok('URI::Find::Simple');
 
@@ -36,7 +36,7 @@
 
 ok(my $expected = <<EOF, "set expected text string");
 this is a long string with [[ http://www.news.com/ ]] urls in it in
-[[ http://various.com/ ]] different forms. [[ mailto:tom\@jerakeen.org ]].
+<[[ http://various.com/ ]]> different forms. [[ mailto:tom\@jerakeen.org ]].
 Some urls are [[ ftp://not.http.urls/and/have/paths ]].
 EOF