Subject: CVS commit: wip/p5-Object-Signature
From: Roman Kulik
Date: 2006-03-07 20:56:13
Message id: E1FGiII-0007XQ-4X@sc8-pr-cvs1.sourceforge.net

Log Message:
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.

WWW: http://search.cpan.org/dist/Object-Signature/

Files:
RevisionActionfile
1.1importwip/p5-Object-Signature/DESCR
1.1importwip/p5-Object-Signature/distinfo
1.1importwip/p5-Object-Signature/PLIST
1.1importwip/p5-Object-Signature/Makefile