in reply to Re^3: XML::Twig Support for Parameter Entities (errors)
in thread XML::Twig Support for Parameter Entities

Hi, I use LWP in my unit tests.
Example code:
require LWP::UserAgent; [other stuff] #reset the counter $ua = LWP::UserAgent->new; $request = $ua->get($URL.'/reset'); [other stuff]
However I also included "require LWP;" in my sample code.
I get no error messages/warnings; The code still works fine. Chris