Commit graph

2 commits

Author SHA1 Message Date
hiramatsu
4348176189 Update p5-Object-Signature to 1.07.
Changes from previous:
1.07 Thu 24 Mar 2011
	- Updating to Module::Install::DSL 1.00
	- Removing the use of prefork as the modules we use are fairly small
	- Removed -w from test scripts to be compatible with tainting

1.06 Sat  6 Jan 2007
	- Added the specialised subclass Object::Signature::File
2011-11-21 06:14:39 +00:00
abs
af1a4d143b Added devel/p5-Object-Signature version 1.05
Object::Signature is an abstract base class that you can inherit from in
order to allow your objects to generate unique cryptographic signatures.

The method used to generate the signature is based on Storable and
Digest::MD5. The object is fed to Storable::nfreeze to get a string,
which is then passed to Digest::MD5::md5_hex to get a unique 32
character hexidecimal signature.
2008-07-14 09:25:45 +00:00