зеркало из 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;
|
require Exporter;
|
||||||
|
|
||||||
@ISA = qw(Exporter);
|
@ISA = qw(Exporter);
|
||||||
@EXPORT = qw(BuildProject,OpenErrorLog,MakeAlias,StopForErrors,DontStopForErrors);
|
@EXPORT = qw(BuildProject OpenErrorLog MakeAlias StopForErrors DontStopForErrors);
|
||||||
@EXPORT_OK = qw(CloseErrorLog,UseCodeWarriorLib);
|
@EXPORT_OK = qw(CloseErrorLog UseCodeWarriorLib);
|
||||||
|
|
||||||
use Cwd;
|
use Cwd;
|
||||||
use File::Path;
|
use File::Path;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче