From f6bbfe60489fca1d80df9777a81017fe86dfcc83 Mon Sep 17 00:00:00 2001 From: Robert Rothenberg Date: Sat, 13 Jul 2024 13:59:32 +0100 Subject: [PATCH] Switch to use Test::DistManifest --- Changes | 2 +- cpanfile | 1 + dist.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 1f25496..f279849 100644 --- a/Changes +++ b/Changes @@ -5,7 +5,7 @@ Revision history for Plack-Middleware-Statsd - Updated copyright year, [Tests] - - Add more author tests. + - Updated author tests. v0.7.0 2024-07-13 12:51:37+01:00 Europe/London [Enhancements] diff --git a/cpanfile b/cpanfile index e16c085..3798d06 100644 --- a/cpanfile +++ b/cpanfile @@ -45,6 +45,7 @@ on 'configure' => sub { on 'develop' => sub { requires "Pod::Coverage::TrustPod" => "0"; + requires "Test::DistManifest" => "0"; requires "Test::EOF" => "0"; requires "Test::EOL" => "0"; requires "Test::Kwalitee" => "1.21"; diff --git a/dist.ini b/dist.ini index b6a3a35..953aaf7 100644 --- a/dist.ini +++ b/dist.ini @@ -84,7 +84,7 @@ Test::Vars = 0.015 ; authordep Pod::Weaver::Section::SourceGitHub [PodSyntaxTests] -[Test::CheckManifest] +[Test::DistManifest] ;;[Test::CleanNamespaces] [Test::EOF] [Test::EOL]