r27867 - /trunk/dh-make-perl/dh-make-perl

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Dec 7 18:56:36 UTC 2008


Author: gregoa
Date: Sun Dec  7 18:56:34 2008
New Revision: 27867

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

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=27867&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Sun Dec  7 18:56:34 2008
@@ -1542,7 +1542,7 @@
 
     my $wnpp
         = "http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=wnpp;includesubj=ITP: $package";
-    my $mech = WWW::Mechanize->new();
+    my $mech = WWW::Mechanize->new( noproxy => 1 );
 
     $mech->get($wnpp);
 




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