rename hash and avoid unnecessary hash ref
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 4 Apr 2010 16:20:26 +0000 (12:20 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 4 Apr 2010 16:20:26 +0000 (12:20 -0400)
commit2a15f9415979e809ef332bdcffa83ff168d5bbef
treee3a03e9c7c2d9f868ae92f3c31d207fed3d6a054
parent992c2c6bca9a8ada45b043c6418b00d295012324
rename hash and avoid unnecessary hash ref

Variable renamed to be a bit more self-explanatory.
Probably more idiomatic perl to not use a hash ref when a hash can be used.
IkiWiki/Plugin/bzr.pm