mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
removed erroneous commas from export lists
This commit is contained in:
parent
1167a288a7
commit
7e139b73c9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user