Revision history for Perl extension Hash::MultiValue
0.07 Sat Feb 6 15:17:10 PST 2010
- No code change. Fixed the packaging
0.06 Sat Jan 30 14:17:03 PST 2010
- Changed the interface of ->keys() so it now returns the duplicate key as well
in the original order. This is more useful and compatible to what MultiDict.py
does.
- Added ->each and ->values (confound)
0.05 Thu Jan 28 19:27:45 PST 2010
- Added ->mixed and ->multi as aliases for as_hashref_mixed and as_hashref_multi.
0.04 Sat Dec 19 10:55:31 PST 2009
- Some internal rewrites and merge methods (aristotle)
0.03 Thu Dec 17 09:57:50 PST 2009
- Added ->from_mixed constructor
0.02 Wed Dec 16 14:27:01 PST 2009
- Silenced warnings for ref()
0.01 Tue Dec 15 00:35:54 2009
- original version