Subject: | 0.017 make test fails -- patch attached |
Date: | Fri, 11 May 2007 14:26:07 -0500 |
To: | bug-www-checksite [...] rt.cpan.org |
From: | Peter Karman <peter [...] peknet.com> |
--- lib/WWW/CheckSite/Spider.pm 2007-04-30 08:13:26.000000000 -0500
+++ /tmp/WWW-CheckSite-0.017/blib/lib/WWW/CheckSite/Spider.pm 2007-05-11
14:23:00.000000000 -0500
@@ -248,7 +248,7 @@
my @candidates = $self->links_filtered;
- my $new_base = $mech->uri;
+ my $new_base = URI->new( $mech->uri );
$new_base->canonical ne URI->new( $base )->canonical
and $cache->set( $new_base => $this_page );
--
Peter Karman . http://peknet.com/ . peter@peknet.com