diff options
| author | Markus Reiter | 2016-09-26 18:00:45 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-10-02 00:24:47 +0200 |
| commit | acaee035dfddd1fd90b883f19cb2c9f52852c2f3 (patch) | |
| tree | de70003605814f6a398209edcaa308a3e753ac7b /Library/Homebrew/compat.rb | |
| parent | 0ab750bf24dac2cb411d76c05a0edb9b1f1b9333 (diff) | |
| download | brew-acaee035dfddd1fd90b883f19cb2c9f52852c2f3.tar.bz2 | |
Add compatibility layer for `module Homebrew`.
Diffstat (limited to 'Library/Homebrew/compat.rb')
| -rw-r--r-- | Library/Homebrew/compat.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index eabc7dfa0..57c018c04 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -2,6 +2,7 @@ require "compat/fails_with_llvm" require "compat/tap" require "compat/formula" require "compat/formula_specialties" +require "compat/global" require "compat/hardware" require "compat/macos" require "compat/md5" |
