[Bps-public-commit] r18314 - in Net-Google-Code/branches/write: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Feb 10 00:53:25 EST 2009
Author: sunnavy
Date: Tue Feb 10 00:53:25 2009
New Revision: 18314
Modified:
Net-Google-Code/branches/write/ (props changed)
Net-Google-Code/branches/write/lib/Net/Google/Code/Issue.pm
Log:
r19740 at sunnavys-mb: sunnavy | 2009-02-10 11:06:12 +0800
signin does not exist any more
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 Tue Feb 10 00:53:25 2009
@@ -152,7 +152,7 @@
[ map { $_ . '-' . $args{labels}{$_} } keys %{ $args{labels} } ];
}
- $self->signin;
+ $self->sign_in;
$self->fetch( 'issues/detail?id=' . $self->id );
$self->mech->form_with_fields( 'comment', 'summary' );
More information about the Bps-public-commit
mailing list