diff options
author | dakkar <dakkar@thenautilus.net> | 2025-02-09 13:36:41 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2025-02-09 13:36:41 +0000 |
commit | a54db02268bca3f1b1182f7b21a5793bb45173f1 (patch) | |
tree | 05d07463e4405fe1073368a0b5c5403af023ed92 | |
parent | ignore local lib (diff) | |
download | Sietima-a54db02268bca3f1b1182f7b21a5793bb45173f1.tar.gz Sietima-a54db02268bca3f1b1182f7b21a5793bb45173f1.tar.bz2 Sietima-a54db02268bca3f1b1182f7b21a5793bb45173f1.zip |
ignore a bit of doc coverage requirement
-rw-r--r-- | lib/Sietima/Role/NoSpoof/DMARC.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Sietima/Role/NoSpoof/DMARC.pm b/lib/Sietima/Role/NoSpoof/DMARC.pm index 4a6cedf..b4946c1 100644 --- a/lib/Sietima/Role/NoSpoof/DMARC.pm +++ b/lib/Sietima/Role/NoSpoof/DMARC.pm @@ -44,6 +44,8 @@ a C<Sender> header with the list's own address. This role does exactly that. +=for Pod::Coverage dmarc_resolver + =cut with 'Sietima::Role::WithPostAddress'; |