summaryrefslogtreecommitdiff
path: root/ext/Hash/Util/FieldHash/Changes
diff options
context:
space:
mode:
authorAnno Siegel <anno4000@lublin.zrz.tu-berlin.de>2007-07-15 17:02:11 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-19 08:12:57 +0000
commit3ae03d216671cb1ebe082d9f74151cbc51ed47ef (patch)
tree0650855a0a65238292e04dabdbfee670ec190377 /ext/Hash/Util/FieldHash/Changes
parent09885f8292459868adaef452a613def47a463f54 (diff)
downloadperl-3ae03d216671cb1ebe082d9f74151cbc51ed47ef.tar.gz
Re: [patch] Hash::Util::FieldHash v1.02
Message-Id: <490839CC-BF8E-44B9-AF88-EFBE9863EDB2@mailbox.tu-berlin.de> p4raw-id: //depot/perl@31632
Diffstat (limited to 'ext/Hash/Util/FieldHash/Changes')
-rw-r--r--ext/Hash/Util/FieldHash/Changes8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/Hash/Util/FieldHash/Changes b/ext/Hash/Util/FieldHash/Changes
index dfddfb1486..77f1fd9f01 100644
--- a/ext/Hash/Util/FieldHash/Changes
+++ b/ext/Hash/Util/FieldHash/Changes
@@ -16,8 +16,14 @@ Revision history for Perl extension Hash::Util::FieldHash.
- Added functions id, id_2obj, register, idhash, idhashes
Sun Jun 17 15:10:45 CEST 2007
- In preparation for release
- 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