Package: object-signature-pm
Version: 1.08
Revision: 1
Description: Generate cryptographic signatures for objects
Type: perl
License: Artistic/GPL
Maintainer: Benjamin Reed <object-signature-pm@fink.raccoonfink.com>
Source: mirror:cpan:modules/by-module/Object/Object-Signature-%v.tar.gz
Source-Checksum: SHA256(842153c94da93e2b9cb3b54dee572b5064bbf499a36a73c38a23799a0203698a)
UpdatePOD: true
DocFiles: Changes LICENSE README
Homepage: https://metacpan.org/dist/Object-Signature
DescDetail: <<
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.
<<