Skip Menu |

This queue is for tickets about the Win32-Exe CPAN distribution.

Report information
The Basics
Id: 99137
Status: new
Priority: 0/
Queue: Win32-Exe

People
Owner: Nobody in particular
Requestors: dmanto [...] gmail.com
Cc:
AdminCc:

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



Subject: LWP stops working after installing strawberry-perl-5.20.1.1-32bit.msi
Date: Thu, 25 Sep 2014 11:40:21 -0300
To: bug-Win32-Exe [...] rt.cpan.org
From: Daniel Mantovani <dmanto [...] gmail.com>
Hi, Simpler code that I can think of that works with 5.18.2 and doesn't work with 5.20.1 is this oneliner: -> perl -MLWP::UserAgent -E "$z=LWP::UserAgent->new;say $z->get(' http://www.google.com')->content" that will give you the html for google homepage when it works. But in 5.20.1 I get: Can't connect to www.google.com:80 Se ha realizado una petici¾n de conexi¾n en un socket ya conectado. at C:/Strawberry/perl/vendor/lib/LWP/Protocol/http.pm line 49. My OS is an old windows xp (unfortunatelly difficult to change because I have one customer that requieres it). Microsoft (R) Windows Version 5.1 (Build 2600.xpsp_sp3_gdr.111025-1629: Service Pack 3 Microsoft Windows XP Profesional Version 2002 Service Pack 3 I'm going back to 5.18.2 but should you need any additional test in my system do not hesitate to ask. BR, Daniel Mantovani