Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enum.kv should return a Parcel, not a list.
  • Loading branch information
colomon committed Feb 25, 2010
1 parent 0bcb821 commit 9f11da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Enum.pm
Expand Up @@ -38,7 +38,7 @@ Return key and value as a 2-element List.
=end item
method kv() {
return list($.key, $.value);
($.key, $.value);
}

=begin item pairs
Expand Down

0 comments on commit 9f11da6

Please sign in to comment.