Commit 8916b33e authored by Andrew Dunstan's avatar Andrew Dunstan

Keep perl style checker happy

It doesn't like code before "use strict;".
parent d63dc0aa
...@@ -14,15 +14,15 @@ ...@@ -14,15 +14,15 @@
# #
#---------------------------------------------------------------------- #----------------------------------------------------------------------
use strict;
use warnings;
use File::Basename; use File::Basename;
use File::Spec; use File::Spec;
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); } BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
use Catalog; use Catalog;
use strict;
use warnings;
my @input_files; my @input_files;
my $output_path = ''; my $output_path = '';
my $major_version; my $major_version;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment