removed erroneous commas from export lists

This commit is contained in:
scc 1998-05-27 20:19:31 +00:00
Родитель 1f58951cb4
Коммит a59ea3839e
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;