[Bps-public-commit] r18279 - Net-Google-Code/trunk/lib/Net/Google/Code

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Feb 8 21:35:51 EST 2009


Author: sunnavy
Date: Sun Feb  8 21:35:50 2009
New Revision: 18279

Modified:
   Net-Google-Code/trunk/lib/Net/Google/Code/Issue.pm

Log:
weird, I thought I have already committed this before

Modified: Net-Google-Code/trunk/lib/Net/Google/Code/Issue.pm
==============================================================================
--- Net-Google-Code/trunk/lib/Net/Google/Code/Issue.pm	(original)
+++ Net-Google-Code/trunk/lib/Net/Google/Code/Issue.pm	Sun Feb  8 21:35:50 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