[Bps-public-commit] r17554 - in Net-Google-Code/trunk: lib/Net/Google/Code
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jan 5 05:57:29 EST 2009
Author: sunnavy
Date: Mon Jan 5 05:57:29 2009
New Revision: 17554
Modified:
Net-Google-Code/trunk/ (props changed)
Net-Google-Code/trunk/lib/Net/Google/Code/Search.pm
Log:
r18527 at sunnavys-mb: sunnavy | 2009-01-05 12:55:13 +0800
remove debug stuff
Modified: Net-Google-Code/trunk/lib/Net/Google/Code/Search.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code/Search.pm (original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code/Search.pm Mon Jan 5 05:57:29 2009
@@ -57,9 +57,6 @@
my $content = $mech->response->content;
- open my $fh, '>', '/tmp/t';
- print $fh $content;
- close $fh;
if ( $mech->title =~ /Issue\s+(\d+)/ ) {
# only get one ticket
@{$self->ids} = $1;
More information about the Bps-public-commit
mailing list