[Bps-public-commit] r18323 - in Net-Google-Code/branches/write: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Feb 10 07:47:14 EST 2009
Author: sunnavy
Date: Tue Feb 10 07:47:14 2009
New Revision: 18323
Modified:
Net-Google-Code/branches/write/ (props changed)
Net-Google-Code/branches/write/lib/Net/Google/Code/Issue.pm
Log:
r19752 at sunnavys-mb: sunnavy | 2009-02-10 20:44:30 +0800
let's sort labels_array
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:47:14 2009
@@ -250,7 +250,7 @@
my $labels = $args{labels} || $self->labels;
if ( keys %$labels ) {
- return map { $_ . '-' . ( $labels->{$_} || '' ) } keys %$labels;
+ return map { $_ . '-' . ( $labels->{$_} || '' ) } sort keys %$labels;
}
return;
}
More information about the Bps-public-commit
mailing list