aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--MANIFEST2
-rw-r--r--META.json83
-rw-r--r--META.yml70
-rw-r--r--Makefile.PL134
-rw-r--r--lib/Sietima.pm4
-rw-r--r--lib/Sietima/CmdLine.pm4
-rw-r--r--lib/Sietima/HeaderURI.pm4
-rw-r--r--lib/Sietima/MailStore.pm4
-rw-r--r--lib/Sietima/MailStore/FS.pm4
-rw-r--r--lib/Sietima/Message.pm4
-rw-r--r--lib/Sietima/Policy.pm4
-rw-r--r--lib/Sietima/Role/AvoidDups.pm4
-rw-r--r--lib/Sietima/Role/Debounce.pm4
-rw-r--r--lib/Sietima/Role/Headers.pm4
-rw-r--r--lib/Sietima/Role/ManualSubscription.pm4
-rw-r--r--lib/Sietima/Role/NoMail.pm4
-rw-r--r--lib/Sietima/Role/ReplyTo.pm4
-rw-r--r--lib/Sietima/Role/SubjectTag.pm4
-rw-r--r--lib/Sietima/Role/SubscriberOnly.pm4
-rw-r--r--lib/Sietima/Role/SubscriberOnly/Drop.pm4
-rw-r--r--lib/Sietima/Role/SubscriberOnly/Moderate.pm4
-rw-r--r--lib/Sietima/Role/WithMailStore.pm4
-rw-r--r--lib/Sietima/Role/WithOwner.pm4
-rw-r--r--lib/Sietima/Role/WithPostAddress.pm4
-rw-r--r--lib/Sietima/Runner.pm4
-rw-r--r--lib/Sietima/Subscriber.pm4
-rw-r--r--lib/Sietima/Types.pm4
-rw-r--r--t/author-critic.t7
-rw-r--r--t/lib/Test/Sietima.pm2
30 files changed, 196 insertions, 197 deletions
diff --git a/Changes b/Changes
index 33fd41d..9b0d6c5 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.0.2 2017-06-21 22:53:06+01:00 Europe/London
+ - bump all dependencies to latest
+
1.0.1 2017-03-24 17:56:55+00:00 Europe/London
- fix list headers:
* list headers are structured, should never be encoded
diff --git a/MANIFEST b/MANIFEST
index b38024f..fc9c0d8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.009.
Changes
LICENSE
MANIFEST
diff --git a/META.json b/META.json
index 15fd373..6ca7eed 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"Gianni Ceccarelli <dakkar@thenautilus.net>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005",
+ "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
@@ -21,57 +21,58 @@
"prereqs" : {
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "0"
+ "ExtUtils::MakeMaker" : "7.30"
}
},
"develop" : {
"requires" : {
- "Pod::Coverage::TrustPod" : "0",
- "Test::More" : "0.88",
- "Test::NoTabs" : "0",
- "Test::Pod" : "1.41",
- "Test::Pod::Coverage" : "1.08"
+ "Pod::Coverage::TrustPod" : "0.100003",
+ "Test::More" : "1.302086",
+ "Test::NoTabs" : "2.00",
+ "Test::Perl::Critic" : "1.03",
+ "Test::Pod" : "1.51",
+ "Test::Pod::Coverage" : "1.10"
}
},
"runtime" : {
"requires" : {
- "App::Spec" : "0",
- "App::Spec::Run" : "0",
- "Digest::SHA" : "0",
- "Email::Address" : "0",
- "Email::MIME" : "0",
- "Email::Sender" : "0",
- "Email::Sender::Simple" : "0",
- "Email::Stuffer" : "0",
- "List::AllUtils" : "0",
- "Moo" : "0",
- "Moo::Role" : "0",
- "MooX::Traits" : "0",
- "Try::Tiny" : "0",
- "Type::Library" : "0",
- "Type::Params" : "0",
- "Type::Utils" : "0",
- "Types::Path::Tiny" : "0",
- "Types::Standard" : "0",
- "Types::URI" : "0",
- "experimental" : "0",
- "feature" : "0",
- "namespace::clean" : "0",
+ "App::Spec" : "0.004",
+ "App::Spec::Run" : "0.004",
+ "Digest::SHA" : "5.96",
+ "Email::Address" : "1.908",
+ "Email::MIME" : "1.940",
+ "Email::Sender" : "1.300031",
+ "Email::Sender::Simple" : "1.300031",
+ "Email::Stuffer" : "0.014",
+ "List::AllUtils" : "0.14",
+ "Moo" : "2.003002",
+ "Moo::Role" : "2.003002",
+ "MooX::Traits" : "0.005",
+ "Try::Tiny" : "0.28",
+ "Type::Library" : "1.002001",
+ "Type::Params" : "1.002001",
+ "Type::Utils" : "1.002001",
+ "Types::Path::Tiny" : "0.005",
+ "Types::Standard" : "1.002001",
+ "Types::URI" : "0.006",
+ "experimental" : "0.016",
+ "feature" : "1.42",
+ "namespace::clean" : "0.27",
"perl" : "5.024",
- "strict" : "0",
- "warnings" : "0"
+ "strict" : "1.11",
+ "warnings" : "1.36"
}
},
"test" : {
"requires" : {
- "Data::Printer" : "0",
- "Email::Sender::Transport::Test" : "0",
- "Import::Into" : "0",
- "Path::Tiny" : "0",
- "Test2::API" : "0",
- "Test2::Bundle::Extended" : "0",
- "URI" : "0",
- "lib" : "0"
+ "Data::Printer" : "0.39",
+ "Email::Sender::Transport::Test" : "1.300031",
+ "Import::Into" : "1.002005",
+ "Path::Tiny" : "0.104",
+ "Test2::API" : "1.302086",
+ "Test2::V0" : "0.000072",
+ "URI" : "1.71",
+ "lib" : "0.63"
}
}
},
@@ -84,7 +85,7 @@
"web" : "https://www.thenautilus.net/cgit/Sietima"
}
},
- "version" : "1.0.1",
- "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
+ "version" : "1.0.2",
+ "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233"
}
diff --git a/META.yml b/META.yml
index f274de4..7b1ceec 100644
--- a/META.yml
+++ b/META.yml
@@ -3,18 +3,18 @@ abstract: 'minimal mailing list manager'
author:
- 'Gianni Ceccarelli <dakkar@thenautilus.net>'
build_requires:
- Data::Printer: '0'
- Email::Sender::Transport::Test: '0'
- Import::Into: '0'
- Path::Tiny: '0'
- Test2::API: '0'
- Test2::Bundle::Extended: '0'
- URI: '0'
- lib: '0'
+ Data::Printer: '0.39'
+ Email::Sender::Transport::Test: '1.300031'
+ Import::Into: '1.002005'
+ Path::Tiny: '0.104'
+ Test2::API: '1.302086'
+ Test2::V0: '0.000072'
+ URI: '1.71'
+ lib: '0.63'
configure_requires:
- ExtUtils::MakeMaker: '0'
+ ExtUtils::MakeMaker: '7.30'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150005'
+generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,33 +24,33 @@ no_index:
directory:
- t/lib
requires:
- App::Spec: '0'
- App::Spec::Run: '0'
- Digest::SHA: '0'
- Email::Address: '0'
- Email::MIME: '0'
- Email::Sender: '0'
- Email::Sender::Simple: '0'
- Email::Stuffer: '0'
- List::AllUtils: '0'
- Moo: '0'
- Moo::Role: '0'
- MooX::Traits: '0'
- Try::Tiny: '0'
- Type::Library: '0'
- Type::Params: '0'
- Type::Utils: '0'
- Types::Path::Tiny: '0'
- Types::Standard: '0'
- Types::URI: '0'
- experimental: '0'
- feature: '0'
- namespace::clean: '0'
+ App::Spec: '0.004'
+ App::Spec::Run: '0.004'
+ Digest::SHA: '5.96'
+ Email::Address: '1.908'
+ Email::MIME: '1.940'
+ Email::Sender: '1.300031'
+ Email::Sender::Simple: '1.300031'
+ Email::Stuffer: '0.014'
+ List::AllUtils: '0.14'
+ Moo: '2.003002'
+ Moo::Role: '2.003002'
+ MooX::Traits: '0.005'
+ Try::Tiny: '0.28'
+ Type::Library: '1.002001'
+ Type::Params: '1.002001'
+ Type::Utils: '1.002001'
+ Types::Path::Tiny: '0.005'
+ Types::Standard: '1.002001'
+ Types::URI: '0.006'
+ experimental: '0.016'
+ feature: '1.42'
+ namespace::clean: '0.27'
perl: '5.024'
- strict: '0'
- warnings: '0'
+ strict: '1.11'
+ warnings: '1.36'
resources:
homepage: https://www.thenautilus.net/SW/Sietima/
repository: https://www.thenautilus.net/cgit/Sietima
-version: 1.0.1
+version: 1.0.2
x_serialization_backend: 'YAML::Tiny version 1.70'
diff --git a/Makefile.PL b/Makefile.PL
index e50af36..a0fa31a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.009.
use strict;
use warnings;
@@ -10,49 +10,49 @@ my %WriteMakefileArgs = (
"ABSTRACT" => "minimal mailing list manager",
"AUTHOR" => "Gianni Ceccarelli <dakkar\@thenautilus.net>",
"CONFIGURE_REQUIRES" => {
- "ExtUtils::MakeMaker" => 0
+ "ExtUtils::MakeMaker" => "7.30"
},
"DISTNAME" => "Sietima",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.024",
"NAME" => "Sietima",
"PREREQ_PM" => {
- "App::Spec" => 0,
- "App::Spec::Run" => 0,
- "Digest::SHA" => 0,
- "Email::Address" => 0,
- "Email::MIME" => 0,
- "Email::Sender" => 0,
- "Email::Sender::Simple" => 0,
- "Email::Stuffer" => 0,
- "List::AllUtils" => 0,
- "Moo" => 0,
- "Moo::Role" => 0,
- "MooX::Traits" => 0,
- "Try::Tiny" => 0,
- "Type::Library" => 0,
- "Type::Params" => 0,
- "Type::Utils" => 0,
- "Types::Path::Tiny" => 0,
- "Types::Standard" => 0,
- "Types::URI" => 0,
- "experimental" => 0,
- "feature" => 0,
- "namespace::clean" => 0,
- "strict" => 0,
- "warnings" => 0
+ "App::Spec" => "0.004",
+ "App::Spec::Run" => "0.004",
+ "Digest::SHA" => "5.96",
+ "Email::Address" => "1.908",
+ "Email::MIME" => "1.940",
+ "Email::Sender" => "1.300031",
+ "Email::Sender::Simple" => "1.300031",
+ "Email::Stuffer" => "0.014",
+ "List::AllUtils" => "0.14",
+ "Moo" => "2.003002",
+ "Moo::Role" => "2.003002",
+ "MooX::Traits" => "0.005",
+ "Try::Tiny" => "0.28",
+ "Type::Library" => "1.002001",
+ "Type::Params" => "1.002001",
+ "Type::Utils" => "1.002001",
+ "Types::Path::Tiny" => "0.005",
+ "Types::Standard" => "1.002001",
+ "Types::URI" => "0.006",
+ "experimental" => "0.016",
+ "feature" => "1.42",
+ "namespace::clean" => "0.27",
+ "strict" => "1.11",
+ "warnings" => "1.36"
},
"TEST_REQUIRES" => {
- "Data::Printer" => 0,
- "Email::Sender::Transport::Test" => 0,
- "Import::Into" => 0,
- "Path::Tiny" => 0,
- "Test2::API" => 0,
- "Test2::Bundle::Extended" => 0,
- "URI" => 0,
- "lib" => 0
+ "Data::Printer" => "0.39",
+ "Email::Sender::Transport::Test" => "1.300031",
+ "Import::Into" => "1.002005",
+ "Path::Tiny" => "0.104",
+ "Test2::API" => "1.302086",
+ "Test2::V0" => "0.000072",
+ "URI" => "1.71",
+ "lib" => "0.63"
},
- "VERSION" => "1.0.1",
+ "VERSION" => "1.0.2",
"test" => {
"TESTS" => "t/*.t t/tests/*.t t/tests/sietima/*.t t/tests/sietima/multi-role/*.t t/tests/sietima/role/*.t t/tests/sietima/role/subscriberonly/*.t"
}
@@ -60,38 +60,38 @@ my %WriteMakefileArgs = (
my %FallbackPrereqs = (
- "App::Spec" => 0,
- "App::Spec::Run" => 0,
- "Data::Printer" => 0,
- "Digest::SHA" => 0,
- "Email::Address" => 0,
- "Email::MIME" => 0,
- "Email::Sender" => 0,
- "Email::Sender::Simple" => 0,
- "Email::Sender::Transport::Test" => 0,
- "Email::Stuffer" => 0,
- "Import::Into" => 0,
- "List::AllUtils" => 0,
- "Moo" => 0,
- "Moo::Role" => 0,
- "MooX::Traits" => 0,
- "Path::Tiny" => 0,
- "Test2::API" => 0,
- "Test2::Bundle::Extended" => 0,
- "Try::Tiny" => 0,
- "Type::Library" => 0,
- "Type::Params" => 0,
- "Type::Utils" => 0,
- "Types::Path::Tiny" => 0,
- "Types::Standard" => 0,
- "Types::URI" => 0,
- "URI" => 0,
- "experimental" => 0,
- "feature" => 0,
- "lib" => 0,
- "namespace::clean" => 0,
- "strict" => 0,
- "warnings" => 0
+ "App::Spec" => "0.004",
+ "App::Spec::Run" => "0.004",
+ "Data::Printer" => "0.39",
+ "Digest::SHA" => "5.96",
+ "Email::Address" => "1.908",
+ "Email::MIME" => "1.940",
+ "Email::Sender" => "1.300031",
+ "Email::Sender::Simple" => "1.300031",
+ "Email::Sender::Transport::Test" => "1.300031",
+ "Email::Stuffer" => "0.014",
+ "Import::Into" => "1.002005",
+ "List::AllUtils" => "0.14",
+ "Moo" => "2.003002",
+ "Moo::Role" => "2.003002",
+ "MooX::Traits" => "0.005",
+ "Path::Tiny" => "0.104",
+ "Test2::API" => "1.302086",
+ "Test2::V0" => "0.000072",
+ "Try::Tiny" => "0.28",
+ "Type::Library" => "1.002001",
+ "Type::Params" => "1.002001",
+ "Type::Utils" => "1.002001",
+ "Types::Path::Tiny" => "0.005",
+ "Types::Standard" => "1.002001",
+ "Types::URI" => "0.006",
+ "URI" => "1.71",
+ "experimental" => "0.016",
+ "feature" => "1.42",
+ "lib" => "0.63",
+ "namespace::clean" => "0.27",
+ "strict" => "1.11",
+ "warnings" => "1.36"
);
diff --git a/lib/Sietima.pm b/lib/Sietima.pm
index cec445d..34c4ba3 100644
--- a/lib/Sietima.pm
+++ b/lib/Sietima.pm
@@ -15,7 +15,7 @@ use Email::Address;
use namespace::clean;
with 'MooX::Traits';
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: minimal mailing list manager
@@ -138,7 +138,7 @@ Sietima - minimal mailing list manager
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/CmdLine.pm b/lib/Sietima/CmdLine.pm
index 2c4c7b7..4c48f60 100644
--- a/lib/Sietima/CmdLine.pm
+++ b/lib/Sietima/CmdLine.pm
@@ -8,7 +8,7 @@ use App::Spec;
use Sietima::Runner;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: run Sietima as a command-line application
@@ -79,7 +79,7 @@ Sietima::CmdLine - run Sietima as a command-line application
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/HeaderURI.pm b/lib/Sietima/HeaderURI.pm
index 2a94696..f6d3002 100644
--- a/lib/Sietima/HeaderURI.pm
+++ b/lib/Sietima/HeaderURI.pm
@@ -8,7 +8,7 @@ use Types::URI qw(Uri is_Uri);
use Email::Address;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: annotated URI for list headers
@@ -103,7 +103,7 @@ Sietima::HeaderURI - annotated URI for list headers
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/MailStore.pm b/lib/Sietima/MailStore.pm
index ac035e3..d009dc0 100644
--- a/lib/Sietima/MailStore.pm
+++ b/lib/Sietima/MailStore.pm
@@ -3,7 +3,7 @@ use Moo::Role;
use Sietima::Policy;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: interface for mail stores
@@ -25,7 +25,7 @@ Sietima::MailStore - interface for mail stores
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 DESCRIPTION
diff --git a/lib/Sietima/MailStore/FS.pm b/lib/Sietima/MailStore/FS.pm
index d552351..7518d47 100644
--- a/lib/Sietima/MailStore/FS.pm
+++ b/lib/Sietima/MailStore/FS.pm
@@ -8,7 +8,7 @@ use Sietima::Types qw(EmailMIME TagName);
use Digest::SHA qw(sha1_hex);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: filesystem-backed email store
@@ -132,7 +132,7 @@ Sietima::MailStore::FS - filesystem-backed email store
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Message.pm b/lib/Sietima/Message.pm
index 661c792..3b6eb92 100644
--- a/lib/Sietima/Message.pm
+++ b/lib/Sietima/Message.pm
@@ -10,7 +10,7 @@ use Sietima::Subscriber;
use Email::MIME;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: an email message with an envelope
@@ -64,7 +64,7 @@ Sietima::Message - an email message with an envelope
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Policy.pm b/lib/Sietima/Policy.pm
index 720571c..03af93b 100644
--- a/lib/Sietima/Policy.pm
+++ b/lib/Sietima/Policy.pm
@@ -5,7 +5,7 @@ use warnings;
use feature ':5.24';
use experimental 'signatures';
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: pragma for Sietima modules
@@ -33,7 +33,7 @@ Sietima::Policy - pragma for Sietima modules
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/AvoidDups.pm b/lib/Sietima/Role/AvoidDups.pm
index a167d88..c881ceb 100644
--- a/lib/Sietima/Role/AvoidDups.pm
+++ b/lib/Sietima/Role/AvoidDups.pm
@@ -4,7 +4,7 @@ use Sietima::Policy;
use Email::Address;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: prevent people from receiving the same message multiple times
@@ -39,7 +39,7 @@ Sietima::Role::AvoidDups - prevent people from receiving the same message multip
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/Debounce.pm b/lib/Sietima/Role/Debounce.pm
index b75ed57..6f5cc5c 100644
--- a/lib/Sietima/Role/Debounce.pm
+++ b/lib/Sietima/Role/Debounce.pm
@@ -3,7 +3,7 @@ use Moo::Role;
use Sietima::Policy;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: avoid mail loops
@@ -36,7 +36,7 @@ Sietima::Role::Debounce - avoid mail loops
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/Headers.pm b/lib/Sietima/Role/Headers.pm
index db58706..359f45f 100644
--- a/lib/Sietima/Role/Headers.pm
+++ b/lib/Sietima/Role/Headers.pm
@@ -8,7 +8,7 @@ use Types::Standard qw(Str);
use Sietima::Types qw(HeaderUriFromThings);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: adds standard list-related headers to messages
@@ -89,7 +89,7 @@ Sietima::Role::Headers - adds standard list-related headers to messages
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/ManualSubscription.pm b/lib/Sietima/Role/ManualSubscription.pm
index 98bb607..54d4b63 100644
--- a/lib/Sietima/Role/ManualSubscription.pm
+++ b/lib/Sietima/Role/ManualSubscription.pm
@@ -4,7 +4,7 @@ use Sietima::Policy;
use Sietima::HeaderURI;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: adds standard list-related headers to messages
with 'Sietima::Role::WithOwner';
@@ -41,7 +41,7 @@ Sietima::Role::ManualSubscription - adds standard list-related headers to messag
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/NoMail.pm b/lib/Sietima/Role/NoMail.pm
index cd1fc30..20e7e5c 100644
--- a/lib/Sietima/Role/NoMail.pm
+++ b/lib/Sietima/Role/NoMail.pm
@@ -3,7 +3,7 @@ use Moo::Role;
use Sietima::Policy;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: don't send mail to those who don't want it
@@ -28,7 +28,7 @@ Sietima::Role::NoMail - don't send mail to those who don't want it
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/ReplyTo.pm b/lib/Sietima/Role/ReplyTo.pm
index 70eb30a..96969bf 100644
--- a/lib/Sietima/Role/ReplyTo.pm
+++ b/lib/Sietima/Role/ReplyTo.pm
@@ -6,7 +6,7 @@ use Sietima::Types qw(Address AddressFromStr);
use List::AllUtils qw(part);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: munge the C<Reply-To> header
@@ -77,7 +77,7 @@ Sietima::Role::ReplyTo - munge the C<Reply-To> header
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/SubjectTag.pm b/lib/Sietima/Role/SubjectTag.pm
index d074256..5a4e95c 100644
--- a/lib/Sietima/Role/SubjectTag.pm
+++ b/lib/Sietima/Role/SubjectTag.pm
@@ -4,7 +4,7 @@ use Sietima::Policy;
use Types::Standard qw(Str);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: add a tag to messages' subjects
@@ -40,7 +40,7 @@ Sietima::Role::SubjectTag - add a tag to messages' subjects
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/SubscriberOnly.pm b/lib/Sietima/Role/SubscriberOnly.pm
index 11a2aa8..c094881 100644
--- a/lib/Sietima/Role/SubscriberOnly.pm
+++ b/lib/Sietima/Role/SubscriberOnly.pm
@@ -7,7 +7,7 @@ use Types::Standard qw(Object CodeRef);
use Type::Params qw(compile);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: base role for "closed" lists
@@ -49,7 +49,7 @@ Sietima::Role::SubscriberOnly - base role for "closed" lists
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/SubscriberOnly/Drop.pm b/lib/Sietima/Role/SubscriberOnly/Drop.pm
index 731784c..04bef90 100644
--- a/lib/Sietima/Role/SubscriberOnly/Drop.pm
+++ b/lib/Sietima/Role/SubscriberOnly/Drop.pm
@@ -3,7 +3,7 @@ use Moo::Role;
use Sietima::Policy;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: drop messages from non-subscribers
@@ -26,7 +26,7 @@ Sietima::Role::SubscriberOnly::Drop - drop messages from non-subscribers
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/SubscriberOnly/Moderate.pm b/lib/Sietima/Role/SubscriberOnly/Moderate.pm
index 2cc8e34..2e25ed2 100644
--- a/lib/Sietima/Role/SubscriberOnly/Moderate.pm
+++ b/lib/Sietima/Role/SubscriberOnly/Moderate.pm
@@ -5,7 +5,7 @@ use Email::Stuffer;
use Email::MIME;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: moderate messages from non-subscribers
@@ -133,7 +133,7 @@ Sietima::Role::SubscriberOnly::Moderate - moderate messages from non-subscribers
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/WithMailStore.pm b/lib/Sietima/Role/WithMailStore.pm
index 3ad3b38..bae16ee 100644
--- a/lib/Sietima/Role/WithMailStore.pm
+++ b/lib/Sietima/Role/WithMailStore.pm
@@ -4,7 +4,7 @@ use Sietima::Policy;
use Sietima::Types qw(MailStore MailStoreFromHashRef);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: role for lists with a store for messages
@@ -29,7 +29,7 @@ Sietima::Role::WithMailStore - role for lists with a store for messages
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/WithOwner.pm b/lib/Sietima/Role/WithOwner.pm
index a06fc5d..aa2f0a1 100644
--- a/lib/Sietima/Role/WithOwner.pm
+++ b/lib/Sietima/Role/WithOwner.pm
@@ -4,7 +4,7 @@ use Sietima::Policy;
use Sietima::Types qw(Address AddressFromStr);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: role for lists with an owner
@@ -37,7 +37,7 @@ Sietima::Role::WithOwner - role for lists with an owner
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Role/WithPostAddress.pm b/lib/Sietima/Role/WithPostAddress.pm
index 7f9051a..0ff6174 100644
--- a/lib/Sietima/Role/WithPostAddress.pm
+++ b/lib/Sietima/Role/WithPostAddress.pm
@@ -4,7 +4,7 @@ use Sietima::Policy;
use Sietima::Types qw(Address AddressFromStr);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: role for lists with a posting address
@@ -36,7 +36,7 @@ Sietima::Role::WithPostAddress - role for lists with a posting address
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 SYNOPSIS
diff --git a/lib/Sietima/Runner.pm b/lib/Sietima/Runner.pm
index 8580cbd..5050db1 100644
--- a/lib/Sietima/Runner.pm
+++ b/lib/Sietima/Runner.pm
@@ -3,7 +3,7 @@ use Moo;
use Sietima::Policy;
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: C<App::Spec::Run> for Sietima
@@ -32,7 +32,7 @@ Sietima::Runner - C<App::Spec::Run> for Sietima
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 DESCRIPTION
diff --git a/lib/Sietima/Subscriber.pm b/lib/Sietima/Subscriber.pm
index 04c9d1e..57d20de 100644
--- a/lib/Sietima/Subscriber.pm
+++ b/lib/Sietima/Subscriber.pm
@@ -8,7 +8,7 @@ use Email::Address;
use List::AllUtils qw(any);
use namespace::clean;
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: a subscriber to a mailing list
@@ -66,7 +66,7 @@ Sietima::Subscriber - a subscriber to a mailing list
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 DESCRIPTION
diff --git a/lib/Sietima/Types.pm b/lib/Sietima/Types.pm
index ad85221..c6e1360 100644
--- a/lib/Sietima/Types.pm
+++ b/lib/Sietima/Types.pm
@@ -13,7 +13,7 @@ use Type::Library
Subscriber SubscriberFromAddress SubscriberFromStr SubscriberFromHashRef
Transport MailStore MailStoreFromHashRef);
-our $VERSION = '1.0.1'; # VERSION
+our $VERSION = '1.0.2'; # VERSION
# ABSTRACT: type library for Sietima
@@ -85,7 +85,7 @@ Sietima::Types - type library for Sietima
=head1 VERSION
-version 1.0.1
+version 1.0.2
=head1 DESCRIPTION
diff --git a/t/author-critic.t b/t/author-critic.t
index 30b99d8..22becf1 100644
--- a/t/author-critic.t
+++ b/t/author-critic.t
@@ -11,10 +11,5 @@ BEGIN {
use strict;
use warnings;
-use Test::More;
-use English qw(-no_match_vars);
-
-eval "use Test::Perl::Critic";
-plan skip_all => 'Test::Perl::Critic required to criticise code' if $@;
-Test::Perl::Critic->import( -profile => "perlcritic.rc" ) if -e "perlcritic.rc";
+use Test::Perl::Critic (-profile => "perlcritic.rc") x!! -e "perlcritic.rc";
all_critic_ok();
diff --git a/t/lib/Test/Sietima.pm b/t/lib/Test/Sietima.pm
index 8a97fc6..79f3b7a 100644
--- a/t/lib/Test/Sietima.pm
+++ b/t/lib/Test/Sietima.pm
@@ -5,7 +5,7 @@ use Email::Stuffer;
use Email::Sender::Transport::Test;
use Data::Printer;
use Sietima;
-use Test2::Bundle::Extended;
+use Test2::V0;
use Test2::API qw(context);
use Sietima::Policy;
use namespace::clean;