Skip to content

Commit 5244405

Browse files
committed
Keep perl style checker happy
It doesn't like code before "use strict;". (cherry picked from commit ed2c2d0)
1 parent 96feeab commit 5244405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/catalog/genbki.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
#
1515
#----------------------------------------------------------------------
1616

17+
use strict;
18+
use warnings;
19+
1720
use File::Basename;
1821
use File::Spec;
1922
BEGIN { use lib File::Spec->rel2abs(dirname(__FILE__)); }
2023

2124
use Catalog;
2225

23-
use strict;
24-
use warnings;
25-
2626
my @input_files;
2727
our @include_path;
2828
my $output_path = '';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy