Change the sub name for the install script.

This commit is contained in:
Colin Kuskie 2009-08-10 12:05:16 -07:00
parent 4b2d943e87
commit 8bcacc8316

View file

@ -34,7 +34,7 @@ pod2usage( msg => "Must specify a config file!" ) unless $configFile;
my $session = start( $webguiRoot, $configFile );
installFilePumpHandler($session);
installUPSDriver($session);
# Do your work here
finish($session);
@ -43,7 +43,7 @@ finish($session);
# Your sub here
#----------------------------------------------------------------------------
sub installFilePumpHandler {
sub installUPSDriver
my $session = shift;
print "\tAdding UPS Shipping Driver... \n" unless $quiet;
$session->config->addToArray('shippingDrivers', 'WebGUI::Shop::ShipDriver::UPS');