aboutsummaryrefslogtreecommitdiff
path: root/lib/Sietima/Role
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2017-02-07 19:12:30 +0000
committerdakkar <dakkar@thenautilus.net>2017-02-07 19:12:30 +0000
commit55a6f96c26a541ee842a29fce997e4409d016a2e (patch)
tree91b67ebdfbd636a050494a1e90a279d566b73c40 /lib/Sietima/Role
parentdevelop-only prereqs (diff)
downloadSietima-55a6f96c26a541ee842a29fce997e4409d016a2e.tar.gz
Sietima-55a6f96c26a541ee842a29fce997e4409d016a2e.tar.bz2
Sietima-55a6f96c26a541ee842a29fce997e4409d016a2e.zip
start using Pod::Weaver
Diffstat (limited to 'lib/Sietima/Role')
-rw-r--r--lib/Sietima/Role/AvoidDups.pm5
-rw-r--r--lib/Sietima/Role/Debounce.pm5
-rw-r--r--lib/Sietima/Role/Headers.pm5
-rw-r--r--lib/Sietima/Role/NoMail.pm5
-rw-r--r--lib/Sietima/Role/ReplyTo.pm5
-rw-r--r--lib/Sietima/Role/SubjectTag.pm5
-rw-r--r--lib/Sietima/Role/SubscriberOnly.pm5
-rw-r--r--lib/Sietima/Role/SubscriberOnly/Drop.pm5
-rw-r--r--lib/Sietima/Role/SubscriberOnly/Moderate.pm5
-rw-r--r--lib/Sietima/Role/WithMailStore.pm5
-rw-r--r--lib/Sietima/Role/WithOwner.pm5
-rw-r--r--lib/Sietima/Role/WithPostAddress.pm5
12 files changed, 24 insertions, 36 deletions
diff --git a/lib/Sietima/Role/AvoidDups.pm b/lib/Sietima/Role/AvoidDups.pm
index ac633c0..c6a5cdd 100644
--- a/lib/Sietima/Role/AvoidDups.pm
+++ b/lib/Sietima/Role/AvoidDups.pm
@@ -4,9 +4,8 @@ use Sietima::Policy;
use Email::Address;
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::AvoidDups - prevent people from receiving the same message multiple times
+# VERSION
+# ABSTRACT: prevent people from receiving the same message multiple times
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/Debounce.pm b/lib/Sietima/Role/Debounce.pm
index 39ef936..b128422 100644
--- a/lib/Sietima/Role/Debounce.pm
+++ b/lib/Sietima/Role/Debounce.pm
@@ -3,9 +3,8 @@ use Moo::Role;
use Sietima::Policy;
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::Debounce - avoid mail loops
+# VERSION
+# ABSTRACT: avoid mail loops
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/Headers.pm b/lib/Sietima/Role/Headers.pm
index 166b355..320ab93 100644
--- a/lib/Sietima/Role/Headers.pm
+++ b/lib/Sietima/Role/Headers.pm
@@ -5,9 +5,8 @@ use Sietima::Policy;
use Types::Standard qw(Str);
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::Headers - adds standard list-related headers to messages
+# VERSION
+# ABSTRACT: adds standard list-related headers to messages
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/NoMail.pm b/lib/Sietima/Role/NoMail.pm
index 7db58da..2d129a8 100644
--- a/lib/Sietima/Role/NoMail.pm
+++ b/lib/Sietima/Role/NoMail.pm
@@ -3,9 +3,8 @@ use Moo::Role;
use Sietima::Policy;
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::NoMail - don't send mail to those who don't want it
+# VERSION
+# ABSTRACT: don't send mail to those who don't want it
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/ReplyTo.pm b/lib/Sietima/Role/ReplyTo.pm
index c9de1a4..1e10420 100644
--- a/lib/Sietima/Role/ReplyTo.pm
+++ b/lib/Sietima/Role/ReplyTo.pm
@@ -6,9 +6,8 @@ use Sietima::Types qw(Address AddressFromStr);
use List::AllUtils qw(part);
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::ReplyTo - munge the C<Reply-To> header
+# VERSION
+# ABSTRACT: munge the C<Reply-To> header
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/SubjectTag.pm b/lib/Sietima/Role/SubjectTag.pm
index 75170d7..dd72562 100644
--- a/lib/Sietima/Role/SubjectTag.pm
+++ b/lib/Sietima/Role/SubjectTag.pm
@@ -4,9 +4,8 @@ use Sietima::Policy;
use Types::Standard qw(Str);
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::SubjectTag - add a tag to messages' subjects
+# VERSION
+# ABSTRACT: add a tag to messages' subjects
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/SubscriberOnly.pm b/lib/Sietima/Role/SubscriberOnly.pm
index ff93076..d9d9ac5 100644
--- a/lib/Sietima/Role/SubscriberOnly.pm
+++ b/lib/Sietima/Role/SubscriberOnly.pm
@@ -7,9 +7,8 @@ use Types::Standard qw(Object CodeRef);
use Type::Params qw(compile);
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::SubscriberOnly - base role for "closed" lists
+# VERSION
+# ABSTRACT: base role for "closed" lists
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/SubscriberOnly/Drop.pm b/lib/Sietima/Role/SubscriberOnly/Drop.pm
index 029889f..dea742b 100644
--- a/lib/Sietima/Role/SubscriberOnly/Drop.pm
+++ b/lib/Sietima/Role/SubscriberOnly/Drop.pm
@@ -3,9 +3,8 @@ use Moo::Role;
use Sietima::Policy;
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::SubscriberOnly::Drop - drop messages from non-subscribers
+# VERSION
+# ABSTRACT: drop messages from non-subscribers
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/SubscriberOnly/Moderate.pm b/lib/Sietima/Role/SubscriberOnly/Moderate.pm
index 750e4be..13bc541 100644
--- a/lib/Sietima/Role/SubscriberOnly/Moderate.pm
+++ b/lib/Sietima/Role/SubscriberOnly/Moderate.pm
@@ -5,9 +5,8 @@ use Email::Stuffer;
use Email::MIME;
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::SubscriberOnly::Moderate - moderate messages from non-subscribers
+# VERSION
+# ABSTRACT: moderate messages from non-subscribers
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/WithMailStore.pm b/lib/Sietima/Role/WithMailStore.pm
index a2ae07c..e139965 100644
--- a/lib/Sietima/Role/WithMailStore.pm
+++ b/lib/Sietima/Role/WithMailStore.pm
@@ -4,9 +4,8 @@ use Sietima::Policy;
use Sietima::Types qw(MailStore MailStoreFromHashRef);
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::WithMailStore - role for lists with a store for messages
+# VERSION
+# ABSTRACT: role for lists with a store for messages
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/WithOwner.pm b/lib/Sietima/Role/WithOwner.pm
index dccb904..0677f90 100644
--- a/lib/Sietima/Role/WithOwner.pm
+++ b/lib/Sietima/Role/WithOwner.pm
@@ -4,9 +4,8 @@ use Sietima::Policy;
use Sietima::Types qw(Address AddressFromStr);
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::WithOwner - role for lists with an owner
+# VERSION
+# ABSTRACT: role for lists with an owner
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/WithPostAddress.pm b/lib/Sietima/Role/WithPostAddress.pm
index 79507ab..daa483a 100644
--- a/lib/Sietima/Role/WithPostAddress.pm
+++ b/lib/Sietima/Role/WithPostAddress.pm
@@ -4,9 +4,8 @@ use Sietima::Policy;
use Sietima::Types qw(Address AddressFromStr);
use namespace::clean;
-=head1 NAME
-
-Sietima::Role::WithPostAddress - role for lists with a posting address
+# VERSION
+# ABSTRACT: role for lists with a posting address
=head1 SYNOPSIS