From 3be67f72523b55486cad2bd2fa0f6c79b23c82a4 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 9 May 2013 23:53:26 -0500 Subject: Reorganize compat --- Library/Homebrew/compat.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Library/Homebrew/compat.rb (limited to 'Library/Homebrew/compat.rb') diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb new file mode 100644 index 000000000..697355f15 --- /dev/null +++ b/Library/Homebrew/compat.rb @@ -0,0 +1,7 @@ +require 'compat/env' +require 'compat/fails_with_llvm' +require 'compat/formula' +require 'compat/hardware' +require 'compat/macos' +require 'compat/md5' +require 'compat/version' -- cgit v1.2.3