This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
scalar(%h = (1,1,1,1)) should return 4, not 2
[perl5.git] / ext / Hash-Util-FieldHash / Changes
CommitLineData
1e73acc8
AS
1Revision history for Perl extension Hash::Util::FieldHash.
2
30.01 Sat Jun 3 16:24:12 2006
4 - original version; created by h2xs 1.23 with options
5 -A -g --skip-ppport -nHash::Util::FieldHash
a607227a
AS
6 Fri Jun 23 22:31:59 CEST 2006
7 - accepted as v5.9.4 DEVEL28420
d020b00b
AS
8
9
100.02 Fri Apr 20 22:22:57 CEST 2007
11 - Bugfix: string keys are now checked whether they represent
12 an object, so %fieldhash_clone = %fieldhash_orig works.
d74d639b
AS
13
141.01 Thu May 31 11:12:20 CEST 2007
15 - Introduced magic id chaching after a suggestion by Jerry Hedden
16 - Added functions id, id_2obj, register, idhash, idhashes
17
18 Sun Jun 17 15:10:45 CEST 2007
d74d639b
AS
19 - added tests for new functions
20 - pod partially re-written to describe the multi-level
21 interface
22 - updated pod part of lib/Hash/Util.pm
3ae03d21
AS
23 - release accepted by p5p
24
251.02 Sat Jul 14 22:38:33 CEST 2007
26 - prototype set to ($) for id()
27 - tests added for prototypes
28 - some cleanup in xs code
29 - small pod fixes