Fix warning in update-dockapps.pl.
commit4a4d34c424f491fde3ad09bd511d67666cf38389
authorDoug Torrance <dtorrance@monmouthcollege.edu>
Sun, 23 Nov 2014 12:46:41 +0000 (23 06:46 -0600)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 23 Nov 2014 13:30:02 +0000 (23 13:30 +0000)
tree0fcfa841c2084ed2b6337742a6a6f32bb29c29d6
parent2b788b3e517035c1df8c382902026724f4cfed5d
Fix warning in update-dockapps.pl.

In particular, dereference hashes passed to keys function to avoid the following
warnings:
keys on reference is experimental at ./update-dockapps.pl line 91.
keys on reference is experimental at ./update-dockapps.pl line 113.

These warnings appeared after upgrading to Perl 5.20.
update-dockapps.pl