This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=78a9e97dc846432edc7ebfcdf898f5ee182b32c9

commit 78a9e97dc846432edc7ebfcdf898f5ee182b32c9
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Thu Mar 2 03:24:08 2023 +0100

    build: Bump minimal Perl version to 5.32.1
    
    The Perl version in Debian bullseye is 5.32.1, which is the release that
    will be oldstable once 1.22.x gets uploaded to Debian unstable.
---
 doc/coding-style.txt | 2 +-
 m4/dpkg-progs.m4     | 2 +-
 t/minimum-version.t  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index af0459236..6e9b574aa 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -326,7 +326,7 @@ Perl version
 
 We don't want to impose a too-recent Perl version, so only use features
 supported by the Perl version that is currently in Debian oldstable when
-possible. Currently that means Perl 5.28.1.
+possible. Currently that means Perl 5.32.1.
 
 Object methods
 ~~~~~~~~~~~~~~
diff --git a/m4/dpkg-progs.m4 b/m4/dpkg-progs.m4
index 4a02ba81e..5fd1f5e8a 100644
--- a/m4/dpkg-progs.m4
+++ b/m4/dpkg-progs.m4
@@ -8,7 +8,7 @@
 # Locate perl interpreter in the path
 AC_DEFUN([DPKG_PROG_PERL], [
   AC_ARG_VAR([PERL], [Perl interpreter])dnl
-  m4_define([_PERL_MIN_VERSION], [5.28.1])
+  m4_define([_PERL_MIN_VERSION], [5.32.1])
   AC_SUBST([PERL_MIN_VERSION], [_PERL_MIN_VERSION])
   AC_CACHE_CHECK([for perl >= _PERL_MIN_VERSION], [ac_cv_path_PERL], [
     AC_PATH_PROGS_FEATURE_CHECK([PERL], [perl], [
diff --git a/t/minimum-version.t b/t/minimum-version.t
index 651147827..5bb7bc76d 100644
--- a/t/minimum-version.t
+++ b/t/minimum-version.t
@@ -28,5 +28,5 @@ my @files = Test::Dpkg::all_perl_files();
 plan tests => scalar @files;
 
 for my $file (@files) {
-    minimum_version_ok($file, '5.28.1');
+    minimum_version_ok($file, '5.32.1');
 }

-- 
Dpkg.Org's dpkg

Reply via email to