Revision history for Perl extension Hash::FieldHash
0.10 Sun Jan 10 15:27:10 2010
- Add parent.pm to dependencies
0.09 Wed Jan 6 15:06:58 2010
- Make warnings on subroutine redefinition (RT #52073)
- Minimum perl version is now 5.8.5
- Modernize Makefile.PL
0.08 Mon Jun 15 22:45:02 2009
- update ppport.h to 3.19
0.07 Sat Jun 6 08:52:44 2009
- pod fix
- make from_hash()/to_hash() exportable
0.06 Sat Mar 28 12:30:51 2009
- support for named fields
- add fieldhash(my %foo => 'foo') syntax as an accessor generator
- add Hash::FieldHash::from_hash($obj, \%params) function
- add Hash::FieldHash::to_hash($obj) function
- fix some bugs
0.05 Fri Mar 13 11:29:16 2009
- performance improvement
- now IDs are zero origin
- internal cleanup
- use Test::LeakTrace for testing
0.04 Mon Feb 16 12:29:09 2009
- fix issues on bleadperl (5.11)
- update ppport.h
0.03 Wed Feb 4 11:51:32 2009
- change an object id from refaddr to be an arbitrary natural number
- improve performance
0.02 Mon Feb 2 12:48:16 2009
- add some type checks
- fix a double-free problem (checked in t/11_panic_malloc.t)
0.01 Wed Jan 28 10:09:03 2009
- original version; created by Module::Setup