fix for URI v1.18?

2002-03-06 Thread Grier Ellis


Looks to me like line 46 in heuristic.t should have 
www.perl.bv instead of www.perl.org.

grier



Re: fix for URI v1.18?

2002-03-06 Thread Maurice Aubrey

On Tue, Mar 05, 2002 at 09:57:30PM -0500, Grier Ellis wrote:
 
 Looks to me like line 46 in heuristic.t should have 
 www.perl.bv instead of www.perl.org.

You mean instead of .com?

  $URI::Heuristic::MY_COUNTRY = bv;
  print not  unless uf_urlstr(perl/camel.gif) eq http://www.perl.com/camel.gif;;
  print ok 6\n;

The problem is www.perl.bv doesn't resolve so it falls back to .com.
Maybe change it to www.perl.ca.

Maurice



Re: fix for URI v1.18?

2002-03-06 Thread Gisle Aas

Maurice Aubrey [EMAIL PROTECTED] writes:

 On Tue, Mar 05, 2002 at 09:57:30PM -0500, Grier Ellis wrote:
  
  Looks to me like line 46 in heuristic.t should have 
  www.perl.bv instead of www.perl.org.
 
 You mean instead of .com?
 
   $URI::Heuristic::MY_COUNTRY = bv;
   print not  unless uf_urlstr(perl/camel.gif) eq http://www.perl.com/camel.gif;;
   print ok 6\n;
 
 The problem is www.perl.bv doesn't resolve so it falls back to .com.
 Maybe change it to www.perl.ca.

It is not supposed to resolve in test 6.  It test that the fall back
to .com works as it should.

Regards,
Gisle