Skip to content

Commit f853e23

Browse files
committed
Remove redundant perl version checks
Commit 4c15327 removed some redundant uses of 'use 5.008001;' in perl scripts, including in plperl's plc_perlboot.pl. Because it made other changes it wasn't backpatched. However, now this is causing a failure on back branches when built with bleeding edge perl. Therefore, backpatch just that part of it which removed those uses, from 15 all the way down to 9.2, which is the earliest version currently built in the buildfarm. per report from Alexander Lakhin Discussion: https://postgr.es/m/4cc2ee93-e03c-8e13-61ed-412e7e6ff19d@gmail.com
1 parent fb0fb07 commit f853e23

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/pl/plperl/plc_perlboot.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use strict;
77
use warnings;
88

9-
use 5.008001;
109
use vars qw(%_SHARED $_TD);
1110

1211
PostgreSQL::InServer::Util::bootstrap();

src/tools/pgindent/pgindent

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use strict;
66
use warnings;
7-
use 5.008001;
87

98
use Cwd qw(abs_path getcwd);
109
use File::Find;

0 commit comments

Comments
 (0)