Skip to content

Commit

Permalink
update Dist::Zilla plugins to avoid need for Substitute
Browse files Browse the repository at this point in the history
Update [Test::CPAN::Changes] and [Test::Perl::Critic] plugins to
versions we can set options on them, rather than needing to modify them
afterward.
  • Loading branch information
haarg committed Oct 14, 2024
1 parent 157a736 commit ec44b54
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ mode = on
[MojibakeTests]
[PodSyntaxTests]
[Test::CPAN::Changes]
[Substitute / RenameTestCPANChanges]
-version = 0.008
file = xt/release/cpan-changes.t
filename_code = s{release}{author};
:version = 0.013
filename = xt/author/cpan-changes.t
[Test::ChangesHasContent]
[Test::Compile]
[Test::EOL]
Expand All @@ -66,10 +64,9 @@ filename = xt/author/kwalitee.t
[Test::MinimumVersion]
[Test::NoTabs]
[Test::Perl::Critic]
critic_config = .perlcriticrc
[Substitute / VerboseCritic]
file = xt/author/critic.t
code = s/ x!!.*;/;/; s/(-profile)/-verbose => 8, $1/;
:version = 3.002
profile = .perlcriticrc
verbose = 8
[Test::Pod::Coverage::TrustMe]
[Test::PodSpelling]
[Test::Portability]
Expand Down

0 comments on commit ec44b54

Please sign in to comment.