Bug#665930: perl: moved from 5.14.2-7 to -9 and can no longer contact https://www.paypal.com
Louis-David Mitterrand
ldm at apartia.fr
Tue Mar 27 06:46:54 UTC 2012
Package: perl
Version: 5.14.2-9
Severity: normal
This simple script works fine when under perl 5.14.2-7:
#!/usr/bin/perl
use warnings;
use strict;
use LWP::UserAgent;
use WWW::Mechanize;
my $m = WWW::Mechanize->new();
$m->show_progress(1);
print $m->get('http://www.paypal.com')->status_line(), "\n";
And no longer when I moved to -9
Dear Maintainer,
*** Please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these lines ***
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (499, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.3.0-1-pompei (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_CA, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash
Versions of packages perl depends on:
ii libbz2-1.0 1.0.6-1
ii libc6 2.13-27
ii libdb5.1 5.1.29-1
ii libgdbm3 1.8.3-10
ii perl-base 5.14.2-9
ii perl-modules 5.14.2-9
ii zlib1g 1:1.2.6.dfsg-2
Versions of packages perl recommends:
ii netbase 4.47
Versions of packages perl suggests:
ii libterm-readline-gnu-perl | libterm-readline-perl-perl <none>
ii make 3.81-8.1
ii perl-doc 5.14.2-9
-- no debconf information
More information about the Perl-maintainers
mailing list