Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

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

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

Bug Information
Severity: Unimportant
Broken in: 20090319
Fixed in: (no value)



Subject: URI::Find::Schemeless broken POD
The POD in this module isn't quite right. The patch attached fixes it. Personally I like using Test::Pod for this :) Cheers, Dominic.
Subject: pod-fix.diff
Index: lib/URI/Find/Schemeless.pm =================================================================== --- lib/URI/Find/Schemeless.pm (revision 1397) +++ lib/URI/Find/Schemeless.pm (working copy) @@ -73,6 +73,8 @@ }x; } +=over + =item B<top_level_domain_re> my $tld_re = $self->top_level_domain_re; @@ -115,6 +117,8 @@ return qr/(?:[a-z]{2}|$plain)/i; } +=back + =head1 AUTHOR Original code by Roderick Schertler <roderick@argon.org>, adapted by
Thanks, fixed in 9e95187. I changed it to a =head3 as =items are annoying to maintain.