-
-
31 Jan 2022 04:11:17 UTC
- Distribution: Mail-Milter-Authentication
- Module version: 3.20220131
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (19)
- Testers (20 / 0 / 11)
- Kwalitee
Bus factor: 1- 67.37% Coverage
- License: perl_5
- Perl: v5.20.0
- Activity
24 month- Tools
- Download (236.61KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 9 contributors-
Aaron Thompson
-
A. Schulze
-
Bron Gondwana
-
Giovanni Bechis
-
Mohammad S Anwar
-
Ricardo Signes
-
Richard Lovejoy
-
Sergey Romanov
-
Zhuoyun Wei
- Dependencies
- App::Cmd::Setup
- Carp
- Clone
- Cwd
- Data::Dumper
- Date::Format
- Date::Manip::Date
- Digest::MD5
- Email::Date::Format
- Email::Sender::Simple
- Email::Simple
- Email::Simple::Creator
- English
- Exporter
- ExtUtils::Installed
- File::Slurp
- File::Temp
- Getopt::Long
- IO::Select
- IO::Socket
- IO::Socket::INET
- IO::Socket::UNIX
- Import::Into
- JSON::XS
- List::MoreUtils
- Lock::File
- Log::Dispatchouli
- MIME::Base64
- Mail::AuthenticationResults
- Mail::AuthenticationResults::Header
- Mail::AuthenticationResults::Header::AuthServID
- Mail::AuthenticationResults::Header::Comment
- Mail::AuthenticationResults::Header::Entry
- Mail::AuthenticationResults::Header::SubEntry
- Mail::BIMI
- Mail::DKIM
- Mail::DKIM::ARC::Signer
- Mail::DKIM::ARC::Verifier
- Mail::DKIM::DNS
- Mail::DKIM::KeyValueList
- Mail::DKIM::TextWrap
- Mail::DKIM::Verifier
- Mail::DMARC::PurePerl
- Mail::DataFeed::Abusix
- Mail::SPF
- Module::Load
- Module::Loaded
- Net::DNS
- Net::DNS::Resolver
- Net::DNS::Resolver::Mock
- Net::IP
- Net::Server::PreFork
- POSIX
- Pod::Usage
- Proc::ProcessTable
- Prometheus::Tiny::Shared
- SUPER
- Scalar::Util
- Sereal
- Socket
- Sys::Hostname
- Sys::Syslog
- TOML
- Test::File::Contents
- Test::More
- Text::Table
- Time::HiRes
- base
- constant
- feature
- open
- strict
- vars
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Mail::Milter::Authentication::Exception - Class representing an exception
VERSION
version 3.20220131
CONSTRUCTOR
new( $args )
die Mail::Milter::Authentication::Exception->new({ 'Type' => 'Timeout', 'Text' => 'Example timeout exception' });
Create a new exception object.
AUTHOR
Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by Marc Bradshaw.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Mail::Milter::Authentication, copy and paste the appropriate command in to your terminal.
cpanm Mail::Milter::Authentication
perl -MCPAN -e shell install Mail::Milter::Authentication
For more information on module installation, please visit the detailed CPAN module installation guide.