From dbc1810fa58663c2fe1a439adce7b333b67e4621 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 29 Aug 2016 15:36:18 +0100 Subject: add Pod::Elemental::Transformer::List as authordep adding it as a comment seems to be the only way to get it recognised, Dist::Zilla::App::Command::authordeps documents the syntax --- dist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dist.ini b/dist.ini index 09f7b6c..6081f49 100644 --- a/dist.ini +++ b/dist.ini @@ -6,6 +6,7 @@ copyright_year = 2015 [GatherDir] [PodWeaver] +; authordep Pod::Elemental::Transformer::List [PruneCruft] -- cgit v1.2.3 From 4eaf5348229be29550429422eaefd70b9f550c90 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 7 Feb 2017 20:03:30 +0000 Subject: more auto-sections in PODs required and modified methods for roles, types for type libraries --- weaver.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/weaver.ini b/weaver.ini index 4cf1cae..f4c9077 100644 --- a/weaver.ini +++ b/weaver.ini @@ -14,12 +14,21 @@ [Collect / ATTRIBUTES] command = attr +[Collect / REQUIRED METHODS] +command = require + [Collect / METHODS] command = method +[Collect / MODIFIED METHODS] +command = modif + [Collect / FUNCTIONS] command = func +[Collect / TYPES] +command = type + [Leftovers] [Region / postlude] -- cgit v1.2.3 From d2180e208f9d221dbfffb6a694742fe0f0a115c9 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 7 Feb 2017 20:05:29 +0000 Subject: don't consider Moo(se)'s _build_* unused actually, we're telling the policy to not consider them private, but the effect is the same --- perlcritic.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/perlcritic.rc b/perlcritic.rc index 651ba52..7bfe7a1 100644 --- a/perlcritic.rc +++ b/perlcritic.rc @@ -319,6 +319,7 @@ severity = 2 # Prevent unused private subroutines. [Subroutines::ProhibitUnusedPrivateSubroutines] +private_name_regex = _(?!build_)\w+ # Prevent access to private subs in other packages. [Subroutines::ProtectPrivateSubs] -- cgit v1.2.3 From a22e35ff1cca4d4500b457f92dae5e21fd357f4d Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 7 Feb 2017 20:06:05 +0000 Subject: bump copyright year --- dist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 6081f49..578ca55 100644 --- a/dist.ini +++ b/dist.ini @@ -1,7 +1,7 @@ author = Gianni Ceccarelli license = Perl_5 copyright_holder = Gianni Ceccarelli -copyright_year = 2015 +copyright_year = 2017 [GatherDir] -- cgit v1.2.3 From 4837d0655c527b97b985b27b8c3d723ec09f36df Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 21 Dec 2017 15:53:50 +0000 Subject: add pod spelling test --- dist.ini | 2 ++ weaver.ini | 3 +++ 2 files changed, 5 insertions(+) diff --git a/dist.ini b/dist.ini index 578ca55..2223c6e 100644 --- a/dist.ini +++ b/dist.ini @@ -39,6 +39,8 @@ first_version = 0.0.1 [PodSyntaxTests] +[Test::PodSpelling] + [ExtraTests] [Repository] diff --git a/weaver.ini b/weaver.ini index f4c9077..d63e1b0 100644 --- a/weaver.ini +++ b/weaver.ini @@ -2,6 +2,9 @@ [-SingleEncoding] +[Region / stopwords] +flatten = 0 + [Name] [Version] -- cgit v1.2.3 From b2c107e1d9136f84819751a275cf157ce0e00d04 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 21 Dec 2017 15:53:58 +0000 Subject: use newer pod coverage test plugin --- dist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 2223c6e..a6dc5e0 100644 --- a/dist.ini +++ b/dist.ini @@ -35,7 +35,7 @@ first_version = 0.0.1 [Test::Perl::Critic] -[PodCoverageTests] +[Test::Pod::Coverage::Configurable] [PodSyntaxTests] -- cgit v1.2.3 From 4eda88018737ab10f09dcdcc044ddf975fa8b258 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 21 Dec 2017 15:54:11 +0000 Subject: weaver collect DBIC shortcuts --- weaver.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/weaver.ini b/weaver.ini index d63e1b0..2a9dfc0 100644 --- a/weaver.ini +++ b/weaver.ini @@ -17,6 +17,12 @@ flatten = 0 [Collect / ATTRIBUTES] command = attr +[Collect / COLUMNS] +command = column + +[Collect / RELATIONSHIPS] +command = rel + [Collect / REQUIRED METHODS] command = require -- cgit v1.2.3 From 6d7887640ba60baed66a9b13e9ecec6f8df17ef5 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 21 Dec 2017 15:54:21 +0000 Subject: whitespace --- dist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dist.ini b/dist.ini index a6dc5e0..3df5ed6 100644 --- a/dist.ini +++ b/dist.ini @@ -81,4 +81,5 @@ branch = release/master tag_format = v%v%t [ConfirmRelease] + [UploadToCPAN] -- cgit v1.2.3 From 8a03fbb08906b3923dd87573ad9261298142a97b Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 13 Jul 2018 11:49:32 +0100 Subject: bump year --- dist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 3df5ed6..5afd394 100644 --- a/dist.ini +++ b/dist.ini @@ -1,7 +1,7 @@ author = Gianni Ceccarelli license = Perl_5 copyright_holder = Gianni Ceccarelli -copyright_year = 2017 +copyright_year = 2018 [GatherDir] -- cgit v1.2.3 From 8c58790a05286648bd75d92e42a4a47f0170c3d6 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 1 May 2021 11:14:39 +0100 Subject: bump year --- dist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 5afd394..284b5ce 100644 --- a/dist.ini +++ b/dist.ini @@ -1,7 +1,7 @@ author = Gianni Ceccarelli license = Perl_5 copyright_holder = Gianni Ceccarelli -copyright_year = 2018 +copyright_year = 2021 [GatherDir] -- cgit v1.2.3