Skip to content
Snippets Groups Projects
Commit 17120710 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Keep perl style checker happy

It doesn't like code before "use strict;".
parent 09c5f045
No related branches found
No related tags found
No related merge requests found
......@@ -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 = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment