Dear friends,
I�m having problems with perl when i try to install apache-asp. When i run
make test appear the message bellow:
Can't locate object method "new" via package "URI::URL" (perhaps you forgot
to load "URI::URL"?) at ../blib/lib/Apache/test.pm line 252.
make: ** [run_tests] Erro 255
But if i try install URI::URL throught MCPAN, it said URI::URL is up to
date.
In file test.pm on line 252 appear this code:
sub simple_fetch {
my $ua = LWP::UserAgent->new;
my $url = URI::URL->new("http://$net::httpserver");
my($path,$q) = split /\?/, shift;
$url->path($path);
$url->query($q) if $q;
my $request = new HTTP::Request('GET', $url);
my $response = $ua->request($request, undef, undef);
$response->is_success;
}
Thanks,
Jos� Augusto dos Santos Neto
Microhosting Telecomunica��es
Linux User #253575
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]