Skip Menu |

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

Report information
The Basics
Id: 13808
Status: resolved
Priority: 0/
Queue: URI-Title

People
Owner: Nobody in particular
Requestors: dha [...] panix.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.60
Fixed in: 1.61



Subject: html.t fails because it no longer matches the title of the page it requests
The title of the page at http://jerakeen.org is no longer "jerakeen.org", but "jerakeen.org : blog", hence test 1 fails. Patch: --- html.t 2005-05-06 04:10:39.000000000 -0400 +++ html-rev.t 2005-07-20 18:16:31.000000000 -0400 @@ -20,7 +20,7 @@ is( title('http://jerakeen.org'), - "jerakeen.org", + "jerakeen.org : blog", "got title for jerakeen.org"); is(