File: Changes

package info (click to toggle)
perl 5.10.1-17squeeze6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 74,280 kB
  • ctags: 49,087
  • sloc: perl: 319,380; ansic: 193,238; sh: 37,981; pascal: 8,830; lisp: 7,515; cpp: 3,893; makefile: 2,375; xml: 1,972; yacc: 1,555
file content (29 lines) | stat: -rw-r--r-- 1,030 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Revision history for Perl extension Hash::Util::FieldHash.

0.01  Sat Jun  3 16:24:12 2006
	- original version; created by h2xs 1.23 with options
		-A -g --skip-ppport -nHash::Util::FieldHash
      Fri Jun 23 22:31:59 CEST 2006
        - accepted as v5.9.4 DEVEL28420


0.02  Fri Apr 20 22:22:57 CEST 2007
        - Bugfix: string keys are now checked whether they represent
        an object, so %fieldhash_clone = %fieldhash_orig works.

1.01  Thu May 31 11:12:20 CEST 2007
        - Introduced magic id chaching after a suggestion by Jerry Hedden
        - Added functions id, id_2obj, register, idhash, idhashes

      Sun Jun 17 15:10:45 CEST 2007
        - added tests for new functions
        - pod partially re-written to describe the multi-level
          interface
        - updated pod part of lib/Hash/Util.pm
        - release accepted by p5p

1.02 Sat Jul 14 22:38:33 CEST 2007
        - prototype set to ($) for id()
        - tests added for prototypes
        - some cleanup in xs code
        - small pod fixes