Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make Hash.push return the hash
  • Loading branch information
perlpilot committed Jan 12, 2011
1 parent 9b8bad7 commit 8681daf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Hash.pm
Expand Up @@ -74,6 +74,7 @@ role Hash is EnumMap {
if $has_previous {
warn "Trailing item in Hash.push";
}
return %(self);
}
# push a value onto a hash Objectitem, constructing an array if necessary
Expand Down

0 comments on commit 8681daf

Please sign in to comment.