I don't know if this has already been covered however:

When installing version 1.12 of the URI package test number 6 failed for
me.  It is coming from the file: 

t/heuristic.t

43: $URI::Heuristic::MY_COUNTRY = "bv";
44: print "not " unless uf_urlstr("perl/camel.gif") eq
          "http://www.perl.com/cam...

I believe it should read:

44: print "not " unless uf_urlstr("perl/camel.gif") eq
          "http://www.perl.bv/cam...
                          ^^^

Thanks,
STEVE

Reply via email to