aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/requirements.rb
diff options
context:
space:
mode:
authorJack Nagel2013-01-26 20:05:39 -0600
committerJack Nagel2013-01-26 20:30:05 -0600
commitbf1ce533665932aeb24308830f022eb22c3d60fa (patch)
tree3136f6b4b828ee6aeeff60f71bfbc7607d555c2e /Library/Homebrew/requirements.rb
parent90c6ac7539c7981dd687da748f60a989a9760312 (diff)
downloadhomebrew-bf1ce533665932aeb24308830f022eb22c3d60fa.tar.bz2
Split dependency classes into separate files
Diffstat (limited to 'Library/Homebrew/requirements.rb')
-rw-r--r--Library/Homebrew/requirements.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb
index b1f708c0c..485b86f4e 100644
--- a/Library/Homebrew/requirements.rb
+++ b/Library/Homebrew/requirements.rb
@@ -1,3 +1,5 @@
+require 'requirement'
+
# A dependency on a language-specific module.
class LanguageModuleDependency < Requirement
fatal true