Commit graph

3 commits

Author SHA1 Message Date
Lars Balker Rasmussen
fbe7808f53 Update to 1.04.
Approved by:	erwin (dementor)
2006-05-19 10:36:34 +00:00
Erwin Lansing
a331e78cc7 Update to 1.03
PR:		91025
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-28 18:45:05 +00:00
Erwin Lansing
af14947e24 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/

PR:		ports/90918
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-12-26 11:50:43 +00:00