From 1264e2d8d2c9f1f460fc7071b53cd3d893f3a1ce Mon Sep 17 00:00:00 2001 From: elliott_c Date: Tue, 5 Dec 2006 03:32:14 +0000 Subject: ChangeLogTag: Tue Dec 5 03:29:14 UTC 2006 Chad Elliott --- mpc.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mpc.pl') diff --git a/mpc.pl b/mpc.pl index e685b344..1fcfd350 100755 --- a/mpc.pl +++ b/mpc.pl @@ -26,7 +26,7 @@ if ($^O eq 'VMS') { } unshift(@INC, $basePath . '/modules'); -require MPC; +require Driver; # ************************************************************ # Subroutine Section @@ -40,5 +40,5 @@ sub getBasePath { # Main Section # ************************************************************ -my($driver) = new MPC(); -exit($driver->execute($basePath, basename($0), \@ARGV)); +my($driver) = new Driver($basePath, basename($0)); +exit($driver->run(@ARGV)); -- cgit v1.2.1