id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1035,Padre hangs while debugged script hangs,dandv,szabgab,"If you debug a script that does a WWW::Mechanize->get(...something slow that will eventually time out...), Padre will hang while the ""get"" tries to fetch the URI.


{{{
use strict;
use WWW::Mechanize;

my $mech = WWW::Mechanize->new();

$mech->get(""http://1.2.3.4"");
}}}
",defect,closed,critical,,Debugger for Perl 5,0.72,not a bug,,
