r27870 - /trunk/dh-make-perl/dh-make-perl

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Dec 7 20:12:22 UTC 2008


Author: dmn
Date: Sun Dec  7 20:12:19 2008
New Revision: 27870

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27870
Log:
revert r27867 "call WWW::Mechanize->new with noproxy=1

forcing noproxy may break in setups where the user can access the net
only via proxy

Modified:
    trunk/dh-make-perl/dh-make-perl

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/dh-make-perl?rev=27870&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Sun Dec  7 20:12:19 2008
@@ -1544,7 +1544,7 @@
 
     my $wnpp
         = "http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=wnpp;includesubj=ITP: $package";
-    my $mech = WWW::Mechanize->new( noproxy => 1 );
+    my $mech = WWW::Mechanize->new();
 
     $mech->get($wnpp);
 




More information about the Pkg-perl-cvs-commits mailing list