Commit graph

3 commits

Author SHA1 Message Date
Johann Franz
0855d65528 Update to 1.05:
1.05 Mon 2 Oct 2006
    * No functional changes
    * Upgrading to Module::Install 0.64
    * Fixed a few minor kwalitee nigglies
    * Upgraded tests to remove need for File::Spec dependency
1.04 Thu 18 May 2005
    * No functional changes
    * Upgrading Module::Install to 0.62 (final)
2007-03-01 16:08:06 +00:00
Roman Kulik
1530c0cf80 Removed WWW: line from DESCR file. 2006-04-13 19:35:51 +00:00
Roman Kulik
56417c0c85 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/
2006-03-07 19:56:12 +00:00