From 1b4a09e548fb95015df6fe00629a01bc4982099e Mon Sep 17 00:00:00 2001 From: "Jason A. Crome" Date: Tue, 2 Jul 2024 20:41:22 -0400 Subject: [PATCH] Remove dzil license plugin so CI can run Since we already have a license file, Dist::Zilla will die if it tries to generate another. Disabling the license plugin keeps our license file intact, allowing CI to run, and for GitHub to show a license tab to users. --- dist.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/dist.ini b/dist.ini index 90ed97c57..33bdce603 100644 --- a/dist.ini +++ b/dist.ini @@ -28,6 +28,7 @@ add_files_in = README.md -remove = AutoPrereqs -remove = GithubMeta -remove = ModuleBuild +-remove = License [DynamicPrereqs] ; GH#1332 if old HTTP::XSCookies is installed we need to upgrade