reuse mixed-values hash logic from Hash::MultiValue
authorAristotle Pagaltzis <pagaltzis@gmx.de>
Mon, 16 Feb 2015 16:53:36 +0000 (17:53 +0100)
committerAristotle Pagaltzis <pagaltzis@gmx.de>
Mon, 16 Feb 2015 16:53:36 +0000 (17:53 +0100)
commit2a2b8f6504e0e8adc7d7b78435ffdcd27c37fc15
treeeb3c2d888cba7011f631a73f3f2f7f98e1bcf507
parent5aca55994d0ff64a75ea7d0900dfff545b36d103
reuse mixed-values hash logic from Hash::MultiValue

There is no need to have code for the same job in memory twice,
or two fix bugs in two copies of code for doing the same thing.
lib/Catalyst/Engine.pm