Skip Menu |

This queue is for tickets about the URI-Find-Simple CPAN distribution.

Report information
The Basics
Id: 50575
Status: resolved
Priority: 0/
Queue: URI-Find-Simple

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc: jhelwig [...] cpan.org
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: 1.01



Subject: [PATCH] Fix failing test file
The test file incorrectly uses 'no_plan' and has a typo in the expected text for changed URI's. --- t/find.t.orig 2009-10-16 16:59:00.000000000 -0400 +++ t/find.t 2009-10-16 17:02:45.000000000 -0400 @@ -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
Fixed in 1.02, uploaded 10 seconds ago.