Set perl version to 5.32.

This commit is contained in:
Stefan Härter 2023-07-07 18:44:25 +02:00
parent a156d990b9
commit ed510c0635

View File

@ -1,6 +1,6 @@
#/usr/bin/perl
use v5.34;
use v5.32;
use strict;
use warnings;