diff options
Diffstat (limited to 'devel/p5-Object-Signature/pkg-descr')
-rw-r--r-- | devel/p5-Object-Signature/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Object-Signature/pkg-descr b/devel/p5-Object-Signature/pkg-descr new file mode 100644 index 000000000000..bf99a95743a4 --- /dev/null +++ b/devel/p5-Object-Signature/pkg-descr @@ -0,0 +1,9 @@ +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/ |