Removed the $:: notation from a lot of global variables; this is needed to
authoracli <acli>
Sat, 25 Jan 2003 09:35:08 +0000 (09:35 +0000)
committeracli <acli>
Sat, 25 Jan 2003 09:35:08 +0000 (09:35 +0000)
commit62dc7d29d2d9fc4fae312044cf97b675ec93717c
tree2776fcc849b8b09362273a42b7cf95c61a25894e
parent9e50a11c7e8e4ab7fe985f239e688438f2dd506b
Removed the $:: notation from a lot of global variables; this is needed to
get "use strict" to do something useful regarding these global variables.
Because of this change, a number of accessor functions have been created to
let installer.pl get/set some of these global variables. (We should not use
the $Install:: notation for the global variables either, as that will also
make "use strict" do nothing about these variables.)

POD updates
misc/Install.pm
misc/installer.pl