From 073060811659d8f125b6160ca444b18d5db5d80f Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Tue, 6 Feb 2024 18:39:09 +0100 Subject: [PATCH] dist.ini: fix it to work on GitHub Actions 1. add Rights information so license can be built 2. add Makefile.PL before META tries to read from it I think only #1 is needed, and that #2 was only a problem because #1 had not been fixed. But it works now, so not undoing any time soon. --- dist.ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dist.ini b/dist.ini index 9da35eff..3b205758 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,11 @@ name = Synergy main_module = lib/Synergy/Hub.pm +license = Perl_5 +copyright_holder = Ricardo SIGNES + +[Git::GatherDir] +exclude_filename = Makefile.PL +exclude_filename = cpanfile [@Filter] -bundle = @RJBS @@ -34,7 +40,3 @@ Linear::Client = 0 [CopyFilesFromBuild] copy = Makefile.PL copy = cpanfile - -[Git::GatherDir] -exclude_filename = Makefile.PL -exclude_filename = cpanfile