diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-26 11:50:43 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-26 11:50:43 +0000 |
commit | 1ad9e22af687b35d42825b3860a574d1e69df0f4 (patch) | |
tree | 805f041d60b434ea1fbf101212156adcbc52af56 /devel/Makefile | |
parent | 2f970de55195004b2ff3f996ab8b77e46753363c (diff) | |
download | FreeBSD-ports-1ad9e22af687b35d42825b3860a574d1e69df0f4.zip FreeBSD-ports-1ad9e22af687b35d42825b3860a574d1e69df0f4.tar.gz |
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>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7189a7a..2ade7bc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1039,6 +1039,7 @@ SUBDIR += p5-Object-Accessor SUBDIR += p5-Object-MultiType SUBDIR += p5-Object-Realize-Later + SUBDIR += p5-Object-Signature SUBDIR += p5-P4 SUBDIR += p5-P4-Client SUBDIR += p5-PAR |