[Bps-public-commit] r18282 - in Net-Google-Code/branches/write: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Feb 8 23:47:58 EST 2009


Author: sunnavy
Date: Sun Feb  8 23:47:58 2009
New Revision: 18282

Modified:
   Net-Google-Code/branches/write/   (props changed)
   Net-Google-Code/branches/write/lib/Net/Google/Code/Issue.pm

Log:
 r19688 at sunnavys-mb (orig r18279):  sunnavy | 2009-02-09 10:35:50 +0800
 weird, I thought I have already committed this before


Modified: Net-Google-Code/branches/write/lib/Net/Google/Code/Issue.pm
==============================================================================
--- Net-Google-Code/branches/write/lib/Net/Google/Code/Issue.pm	(original)
+++ Net-Google-Code/branches/write/lib/Net/Google/Code/Issue.pm	Sun Feb  8 23:47:58 2009
@@ -39,7 +39,7 @@
     my $self = shift;
     my ($id) = validate_pos( @_, { type => SCALAR } );
     $self->state->{id} = $id;
-    my $content = $self->fetch( "/issues/detail?id=" . $id );
+    my $content = $self->fetch( "issues/detail?id=" . $id );
     $self->parse($content);
     return $id;
 }



More information about the Bps-public-commit mailing list