Skip Menu |

This queue is for tickets about the LWP-Curl CPAN distribution.

Report information
The Basics
Id: 77727
Status: resolved
Priority: 0/
Queue: LWP-Curl

People
Owner: LORN [...] cpan.org
Requestors: sisyphus [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: (no value)



Subject: -T in test scripts causes test failures
Hi, More accurately, it's the deletion of the PATH that causes failures for me in default_values.t, error.t, get.t, and set_values.t. I'm on MS Windows, and WWW::Curl needs to load a dll that it finds via the PATH. As those scripts stand at the moment, when WWW::Curl gets loaded the PATH has been deleted and it's unable to find the needed dll. Simplest solution (in those 4 scripts) is to: use WWW::Curl; *before* the BEGIN{} block that removes the PATH. All tests then proceed nicely. Cheers, Rob
Fixed in 0.11. Thanks! If you can't wait for the cpan to update, just get the last version from here: https://github.com/lorn/lwp-curl/
Sorry, 0.12. I forgot to add somethings and need to release again :) Em Seg Jun 25 20:08:31 2012, LORN escreveu: Show quoted text
> Fixed in 0.11. > Thanks! > > If you can't wait for the cpan to update, just get the last version > from here: > https://github.com/lorn/lwp-curl/
This bug is no longer exists