mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 03:19:06 +00:00
Checkin fix: IO::File exports everything we need from Fcntl, so there's no need to use Fcntl--it just causes errors. Also fixing a small typo that made docs/xml have the wrong permissions.
This commit is contained in:
parent
154036c507
commit
682abcb541
@ -29,7 +29,6 @@ use strict;
|
||||
use Bugzilla::Constants;
|
||||
use Bugzilla::Install::Localconfig;
|
||||
|
||||
use Fcntl;
|
||||
use File::Find;
|
||||
use IO::File;
|
||||
use POSIX ();
|
||||
@ -161,7 +160,7 @@ sub FILESYSTEM {
|
||||
dirs => $ws_dir_readable },
|
||||
'docs/images' => { files => $ws_readable,
|
||||
dirs => $ws_dir_readable },
|
||||
'docs/xml' => { files => $owner_readable,
|
||||
'docs/xml' => { files => $owner_dir_readable,
|
||||
dirs => $owner_readable },
|
||||
);
|
||||
|
||||
|
@ -29,7 +29,6 @@ use strict;
|
||||
use Bugzilla::Constants;
|
||||
|
||||
use Data::Dumper;
|
||||
use Fcntl qw(SEEK_END);
|
||||
use IO::File;
|
||||
use Safe;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user