remove Term::ReadKey dependencies

This perl module has been available on OS X as far back as 10.5.

Closes Homebrew/homebrew#29347.
master
Adam Vandenberg 2014-05-17 13:07:51 -07:00
parent 946066eb7e
commit c03eaea9c6
2 changed files with 0 additions and 3 deletions

View File

@ -5,8 +5,6 @@ class Cadubi < Formula
url 'http://langworth.com/pub/cadubi-1.3.tar.gz'
sha1 '3071b6ce1fce911f37eae3e01bef932d3cfb11d8'
depends_on 'Term::ReadKey' => :perl
def install
inreplace 'cadubi', '$Bin/help.txt', "#{doc}/help.txt"
bin.install 'cadubi'

View File

@ -6,7 +6,6 @@ class Innotop < Formula
sha1 '6b0b5f492e7188152727f6c157043be180ba516a'
depends_on 'DBD::mysql' => :perl
depends_on 'Term::ReadKey' => :perl
def install
system "perl", "Makefile.PL", "PREFIX=#{prefix}"