Skip Menu |

This queue is for tickets about the WWW-Automate CPAN distribution.

Report information
The Basics
Id: 1492
Status: new
Priority: 0/
Queue: WWW-Automate

People
Owner: Nobody in particular
Requestors: B.Schofield [...] mailbox.gu.edu.au
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.20
Fixed in: (no value)



Subject: get() doesn't work with relativte urls
This following patch will allow get() to resolve relative urls if supplied. Looks like an oversite or typo. -Brook *** Automate.pm.orig Mon Sep 2 15:02:11 2002 --- Automate.pm Mon Sep 2 15:02:41 2002 *************** *** 128,134 **** sub get { my ($self, $uri) = @_; ! $self->{uri} = URI->new_abs($uri, $base); $self->{req} = HTTP::Request->new(GET => $uri); $self->do_request(); } --- 128,134 ---- sub get { my ($self, $uri) = @_; ! $self->{uri} = URI->new_abs($uri, $self->{base}); $self->{req} = HTTP::Request->new(GET => $uri); $self->do_request(); }
Subject: get() doesn't work with relative urls
From: andy [...] petdance.com
This is fixed in WWW::Mechanize 0.30.