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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Feb 10 07:46:57 EST 2009


Author: sunnavy
Date: Tue Feb 10 07:46:47 2009
New Revision: 18322

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

Log:
 r19751 at sunnavys-mb:  sunnavy | 2009-02-10 20:43:54 +0800
 tiny fix


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 07:46:47 2009
@@ -250,7 +250,7 @@
     my $labels = $args{labels} || $self->labels;
 
     if ( keys %$labels ) {
-        return map { $_ . '-' . $labels->{$_} } keys %$labels;
+        return map { $_ . '-' . ( $labels->{$_} || '' ) } keys %$labels;
     }
     return;
 }



More information about the Bps-public-commit mailing list