Skip to content

Commit

Permalink
dist.ini: fix it to work on GitHub Actions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rjbs committed Feb 6, 2024
1 parent a9d9f87 commit 0730608
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -34,7 +40,3 @@ Linear::Client = 0
[CopyFilesFromBuild]
copy = Makefile.PL
copy = cpanfile

[Git::GatherDir]
exclude_filename = Makefile.PL
exclude_filename = cpanfile

0 comments on commit 0730608

Please sign in to comment.