aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-07 03:55:07 +0100
committerTim D. Smith2014-10-09 13:08:17 -0700
commitfc1e6867f0b82a635dbfed305d7f302f5f966a78 (patch)
tree131c3ddd7c81e0baad964df642e24603bc0e75ba
parentc59b8c7c7f94864f90e42306ff5de817bdabb785 (diff)
downloadhomebrew-fc1e6867f0b82a635dbfed305d7f302f5f966a78.tar.bz2
perl: add 5.20.1 bottle.
Closes #32894. Signed-off-by: Tim D. Smith <git@tim-smith.us>
-rw-r--r--Library/Formula/perl.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/perl.rb b/Library/Formula/perl.rb
index c2a112f4b..434762fd1 100644
--- a/Library/Formula/perl.rb
+++ b/Library/Formula/perl.rb
@@ -8,6 +8,12 @@ class Perl < Formula
head "git://perl5.git.perl.org/perl.git", :branch => "blead"
+ bottle do
+ sha1 "32ebb39f0504b9454e15a59db5fd4f7503748b58" => :mavericks
+ sha1 "423764b0a176cda78ccae5b7b6cb473822bd8bd9" => :mountain_lion
+ sha1 "3b76970b4fef0112a441473aaaceb817c05ed333" => :lion
+ end
+
keg_only "OS X ships Perl and overriding that can cause unintended issues"
option "with-dtrace", "Build with DTrace probes"