Skip to content

Commit

Permalink
Move 'include Passenger' to inside the Installer class, in order to a…
Browse files Browse the repository at this point in the history
…void naming clashes with ActiveSupport's Dependency class. Fixes issue #24.
  • Loading branch information
FooBarWidget committed Apr 16, 2008
1 parent ba4f5d1 commit 5c03034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/passenger-install-apache2-module
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ ENV["PATH"] += ":/usr/sbin:/sbin:/usr/local/sbin"
require 'passenger/platform_info'
require 'passenger/dependencies'
require 'passenger/console_text_template'
include Passenger
include PlatformInfo

class Installer
include Passenger

PASSENGER_WEBSITE = "http://www.modrails.com/"
PHUSION_WEBSITE = "www.phusion.nl"
USERS_GUIDE = "#{PASSENGER_ROOT}/doc/Users guide.html"
Expand Down

0 comments on commit 5c03034

Please sign in to comment.