From a59ea3839eff56a27482142be881b4c19fc66956 Mon Sep 17 00:00:00 2001 From: scc Date: Wed, 27 May 1998 20:19:31 +0000 Subject: [PATCH] removed erroneous commas from export lists --- build/mac/Moz.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/mac/Moz.pm b/build/mac/Moz.pm index 843a62dc043..6b34428bb76 100644 --- a/build/mac/Moz.pm +++ b/build/mac/Moz.pm @@ -31,8 +31,8 @@ package Moz; require Exporter; @ISA = qw(Exporter); -@EXPORT = qw(BuildProject,OpenErrorLog,MakeAlias,StopForErrors,DontStopForErrors); -@EXPORT_OK = qw(CloseErrorLog,UseCodeWarriorLib); +@EXPORT = qw(BuildProject OpenErrorLog MakeAlias StopForErrors DontStopForErrors); +@EXPORT_OK = qw(CloseErrorLog UseCodeWarriorLib); use Cwd; use File::Path;