Keep perl style checker happy

It doesn't like code before "use strict;".

(cherry picked from commit ed2c2d063b)
This commit is contained in:
Andrew Dunstan 2019-02-05 15:16:55 -05:00
parent 96feeab4b3
commit 524440579f
1 changed files with 3 additions and 3 deletions

View File

@ -14,15 +14,15 @@
#
#----------------------------------------------------------------------
use strict;
use warnings;
use File::Basename;
use File::Spec;
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
use Catalog;
use strict;
use warnings;
my @input_files;
our @include_path;
my $output_path = '';