File Coverage

blib/lib/Mail/Milter/Authentication/Extra.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Mail::Milter::Authentication::Extra;
2 1     1   48242 use strict;
  1         2  
  1         26  
3 1     1   5 use warnings;
  1         2  
  1         23  
4 1     1   244 use version; our $VERSION = version->declare('v1.1.3');
  1         1422  
  1         8  
5              
6             1;
7              
8             __END__
9              
10             =head1 NAME
11              
12             Mail::Milter::Authentication::Extra - A Perl Mail Authentication Milter extra handler modules
13              
14             =head1 DESCRIPTION
15              
16             Additional handlers for Authentication Milter which did not fit within the core functionality, or
17             are not yet 100% production ready.
18              
19             =head1 SYNOPSIS
20              
21             This is a collection of additional handler modules for Authentication Milter.
22              
23             Please see the output of 'authentication_milter --help' for usage help.
24              
25             =head1 DEPENDENCIES
26              
27             Mail::Milter::Authentication
28             Mail::SpamAssassin
29             Mail::SpamAssassin::Client
30             DB_File
31              
32             =head1 AUTHORS
33              
34             Marc Bradshaw E<lt>marc@marcbradshaw.netE<gt>
35              
36             =head1 COPYRIGHT
37              
38             Copyright 2017
39              
40             This library is free software; you may redistribute it and/or
41             modify it under the same terms as Perl itself.