@@ -, +, @@ --- {installer => C4}/InstallAuth.pm | 5 +---- installer/install.pl | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) rename {installer => C4}/InstallAuth.pm (99%) --- a/installer/InstallAuth.pm +++ a/installer/InstallAuth.pm @@ -1,7 +1,4 @@ -# -*- tab-width: 8 -*- -# NOTE: This file uses 8-character tabs; do not change the tab size! - -package InstallAuth; +package C4::InstallAuth; # Copyright 2000-2002 Katipo Communications # --- a/installer/install.pl +++ a/installer/install.pl @@ -4,7 +4,7 @@ use strict; use warnings; use diagnostics; -use InstallAuth; +use C4::InstallAuth; use CGI; use IPC::Cmd; --