8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67537dc commit d0d58eeCopy full SHA for d0d58ee
Formula/perl-build.rb
@@ -3,8 +3,7 @@ class PerlBuild < Formula
3
homepage "https://github.com/tokuhirom/Perl-Build"
4
url "https://github.com/tokuhirom/Perl-Build/archive/1.30.tar.gz"
5
sha256 "30585889bf7ba9979233d30cfd32686790833f0317ce8d796878dca996fab9bb"
6
- # license ["Artistic-1.0", "GPL-1.0"] - pending https://github.com/Homebrew/brew/pull/7953
7
- license "Artistic-1.0"
+ license any_of: ["Artistic-1.0", "GPL-1.0-or-later"]
8
head "https://github.com/tokuhirom/perl-build.git"
9
10
bottle do
0 commit comments