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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri May 15 04:51:19 EDT 2009


Author: sunnavy
Date: Fri May 15 04:51:19 2009
New Revision: 19684

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

Log:
no ->state->{id} any more

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	Fri May 15 04:51:19 2009
@@ -55,7 +55,7 @@
     die "current object doesn't have id and load() is not passed an id either"
       unless $id;
     my $content = $self->fetch( $self->base_url . "issues/detail?id=" . $id );
-    $self->state->{id} = $id;
+    $self->id( $id );
     return $self->parse($content);
 }
 



More information about the Bps-public-commit mailing list