buildall.pl (c667dd47) buildall.pl (953605d5)
1eval 'exec perl -wS $0 ${1+"$@"}'
2 if 0;
3#**************************************************************
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 7 unchanged lines hidden (view full) ---

16# software distributed under the License is distributed on an
17# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18# KIND, either express or implied. See the License for the
19# specific language governing permissions and limitations
20# under the License.
21#
22#**************************************************************
23
1eval 'exec perl -wS $0 ${1+"$@"}'
2 if 0;
3#**************************************************************
4#
5# Licensed to the Apache Software Foundation (ASF) under one
6# or more contributor license agreements. See the NOTICE file
7# distributed with this work for additional information
8# regarding copyright ownership. The ASF licenses this file

--- 7 unchanged lines hidden (view full) ---

16# software distributed under the License is distributed on an
17# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18# KIND, either express or implied. See the License for the
19# specific language governing permissions and limitations
20# under the License.
21#
22#**************************************************************
23
24# #!/usr/bin/env perl -w
24# #!/usr/bin/perl -w
25
26use strict;
27use POSIX;
28use Cwd;
29use File::Path;
30use English;
31use Cwd 'chdir';
32

--- 469 unchanged lines hidden ---
25
26use strict;
27use POSIX;
28use Cwd;
29use File::Path;
30use English;
31use Cwd 'chdir';
32

--- 469 unchanged lines hidden ---