aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat.rb
diff options
context:
space:
mode:
authorXu Cheng2015-07-21 21:57:14 +0800
committerXu Cheng2015-07-21 21:58:10 +0800
commit744de3008995bc17f4eef115d3302937cab447da (patch)
tree1f044b78750455581de397fe4ede23df64dd33fa /Library/Homebrew/compat.rb
parent5433203fb41f450f64e83b29467ac40863417230 (diff)
downloadbrew-744de3008995bc17f4eef115d3302937cab447da.tar.bz2
move deprecated codes into compat
Closes Homebrew/homebrew#41974.
Diffstat (limited to 'Library/Homebrew/compat.rb')
-rw-r--r--Library/Homebrew/compat.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb
index 9c9ad8296..47bc3412f 100644
--- a/Library/Homebrew/compat.rb
+++ b/Library/Homebrew/compat.rb
@@ -6,3 +6,4 @@ require 'compat/macos'
require 'compat/md5'
require 'compat/requirements'
require 'compat/version'
+require 'compat/download_strategy'