зеркало из https://github.com/mozilla/pjs.git
removed erroneous commas from export lists
This commit is contained in:
Родитель
1f58951cb4
Коммит
a59ea3839e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче