Search results for "signature"
URL::Signature - Tamper-proof URLs with Signed authentication
This module is a simple wrapper around Digest::HMAC and <URI>. It is intended to make it simple to do integrity checks on URLs (and other URIs as well). URL Tampering? Sometimes you want to provide dynamic resources in your server based on path or qu...
GARU/URL-Signature-0.03 - 06 Apr 2013 17:26:33 UTC - Search in distribution- URL::Signature::Path - Sign your URL's path
- URL::Signature::Query - Sign your URL with a query parameter
Mpp::Signature - Interface definition for various signature classes
Makepp is quite flexible in the algorithm it uses for deciding whether a target is out of date with respect to its dependencies. Most of this flexibility is due to various different implementations of the Mpp::Signature class. Each rule can have a di...
PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC - Search in distribution- Mpp::Signature::xml - a signature class that ignores insignificant changes and comments
- Mpp::Signature::md5 - Mpp::Signature class based on MD5 checksum
- Mpp::Signature::shared_object - a signature class that ignores changes to shared objects
- 25 more results from makepp »
File::Signature - Detect changes to a file's content or attributes.
This module provides a way to monitor files for changes. It implements an object oriented interface to file "signatures." In the case of this module, a signature includes an MD5 digest (other digests may be added later), the file's size, its inode nu...
JEREMY/File-Signature-1.009 - 12 Aug 2003 20:46:54 UTC - Search in distribution
MIME::Signature - appends signature to mail messages
This module appends a signature to an e-mail messages. It tries its best to cope with any encodings and MIME structures....
FANY/MIME-Signature-0.22 - 07 Nov 2019 17:31:24 UTC - Search in distribution- append-signature - append signature to mail message
- lib/MIME/Disclaimer.pm
- add-disclaimer - add a disclaimer to mail message
- 2 more results from MIME-Signature »
Perl::Signature - Generate functional signatures for Perl source code
ADAMK/Perl-Signature-1.09
-
16 Aug 2008 21:04:25 UTC
-
Search in distribution
- Perl::Signature::Set - Create, store and check groups of signatures
Test::Signature - Automated SIGNATURE testing
"Module::Signature" allows you to verify that a distribution has not been tampered with. "Test::Signature" lets that be tested as part of the distribution's test suite. By default, if "Module::Signature" is not installed then it will just say so and ...
AUDREYT/Test-Signature-1.11 - 08 Apr 2015 11:51:29 UTC - Search in distribution
URPM::Signature - Pubkey routines for URPM/urpmi
POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: =over is the last thing in the document?!...
TVIGNAUD/URPM-v5.224 - 21 Dec 2022 20:27:45 UTC - Search in distribution
urpm::signature - Package signature routines for urpmi
check($urpm, $sources_install, $sources, %options) Checks a package signature, return a list of error messages Options: * basename whether to show full file paths or only file names in messages (used by rpmdrake) * callback A callback called on packa...
TVIGNAUD/urpmi-v8.131 - 13 Apr 2023 20:20:10 UTC - Search in distribution
GnuPG::Signature - GnuPG Key Signature Objects
GnuPG::Signature objects are generally not instantiated on their own, but rather as part of GnuPG::Key objects. They embody various aspects of a GnuPG signature on a key....
BPS/GnuPG-Interface-1.02 - 09 Apr 2021 21:04:36 UTC - Search in distribution- GnuPG::Key - GnuPG Key Object
Image::Signature - Deriving signatures of images
Image signature is something that can be capable of describing properties of an image without knowing the entire picture. It is analogous to index of texts. Signatures are produced using various algorithms, including color histograms, texture propert...
XERN/Image-Signature-0.01 - 28 Aug 2003 14:36:51 UTC - Search in distribution
Perl6::Signature - Parse, query, and pretty-print Perl 6 signatures
*Alpha release - everything here is subject to change* Perl6::Signature models routine signatures as specified in Synopsis 6 of the Perl 6 documentation. These signatures offer a rich language for expressing type constraints, default values, and the ...
GAAL/Perl6-Signature-0.04 - 23 Nov 2013 09:16:26 UTC - Search in distribution
Module::Signature - Module signature file manipulation
Module::Signature adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. If you are a module user, all you have to do is to remember to run "cpansign -v" (or just "cpansign") before issuing "perl Makefile.PL" or "pe...
AUDREYT/Module-Signature-0.88 - 18 Dec 2021 03:39:32 UTC - Search in distribution- cpansign - CPAN signature management utility
Object::Signature - Generate cryptographic signatures for objects
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 "St...
ETHER/Object-Signature-1.08 - 08 Oct 2018 00:05:09 UTC - Search in distribution- Object::Signature::File - Extended signature API for storing objects in file
perl5i::Signature - Representing what parameters a subroutine accepts
A Signature is a representation of what parameters a subroutine accepts. Each subroutine defined with "func" or "method" will have a signature associated with it. You can get at it by calling the "signature" method on the code reference. See "Signatu...
MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution
Kavorka::Signature - a function signature
Kavorka::Signature is a class where each instance represents a function signature. This class is used to parse the function signature, and also to inject Perl code into the final function. Instances of this class are also returned by Kavorka's functi...
TOBYINK/Kavorka-0.039 - 27 Jul 2018 17:58:13 UTC - Search in distribution- Kavorka::Manual::Methods - method/classmethod/objectmethod keywords
- Kavorka::Manual::MethodModifiers - before/after/around keywords
- Kavorka::Parameter - a single parameter in a function signature
Attribute::Signature - allows you to define a call signature for subroutines
This module allows you to declare calling and returning signatures for a method. As yet it does not provide multimethod type functionality, but it does prevent you from writing lots of annoying code to check argument types inside your subroutine. "At...
CHORNY/Attribute-Signature-1.11 - 21 May 2015 10:30:30 UTC - Search in distribution
AWS::Signature::V2 - Create a version 2 signature for AWS services
Pretty much the only service that needs this anymore is the Amazon Product Advertising API. 99% of this code was copied from URI::Amazon::APA. But URI::Amazon::APA doesn't support https and I wanted that....
KABLAMO/AWS-Signature-V2-0.01 - 06 Oct 2015 11:25:39 UTC - Search in distribution
PDL::PP::Signature - Internal module to handle signatures
Internal module to handle signatures...
ETJ/PDL-2.083 - 30 Apr 2023 11:02:01 UTC - Search in distribution- PDL::API - making ndarrays from Perl and C/XS code
- pdldoc - shell interface to PDL documentation
- PDL::Fit::LM - Levenberg-Marquardt fitting routine for PDL
- 17 more results from PDL »
Git::Raw::Signature - Git signature class
A Git::Raw::Signature represents the signature of an action. WARNING: The API of this module is unstable and may change without warning (any change will be appropriately documented in the changelog)....
JACQUESG/Git-Raw-0.90 - 27 Oct 2022 08:52:11 UTC - Search in distribution- Git::Raw::Commit - Git commit class
- Git::Raw::Reflog::Entry - Git reflog entry class