[Pkg-shadow-devel] [Git][debian/adduser][master] reduce perl requirements to 5.36 (bookworm) for upgrades
Marc Haber (@zugschlus)
gitlab at salsa.debian.org
Wed Mar 5 06:46:32 GMT 2025
Marc Haber pushed to branch master at Debian / adduser
Commits:
1f652448 by Marc Haber at 2025-03-05T07:46:10+01:00
reduce perl requirements to 5.36 (bookworm) for upgrades
- - - - -
5 changed files:
- AdduserCommon.pm
- AdduserLogging.pm
- AdduserRetvalues.pm
- adduser
- deluser
Changes:
=====================================
AdduserCommon.pm
=====================================
@@ -1,5 +1,5 @@
package Debian::AdduserCommon 3.139;
-use 5.40.0;
+use 5.36.0;
use utf8;
# Subroutines shared by the "adduser" and "deluser" utilities.
=====================================
AdduserLogging.pm
=====================================
@@ -1,5 +1,5 @@
package Debian::AdduserLogging 3.139;
-use 5.40.0;
+use 5.36.0;
use utf8;
# Adduser logging Subroutines
=====================================
AdduserRetvalues.pm
=====================================
@@ -1,5 +1,5 @@
package Debian::AdduserRetvalues 3.139;
-use 5.40.0;
+use 5.36.0;
use utf8;
# Adduser definitions of return values
=====================================
adduser
=====================================
@@ -22,7 +22,7 @@
#
# License: GPL-2+
-use 5.40.0;
+use 5.36.0;
use utf8;
use Getopt::Long;
=====================================
deluser
=====================================
@@ -20,7 +20,7 @@
#
# License: GPL-2+
-use 5.40.0;
+use 5.36.0;
use utf8;
use Getopt::Long;
View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/1f652448abda698d8b90c1f87e0506e4d8d50868
--
View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/1f652448abda698d8b90c1f87e0506e4d8d50868
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-shadow-devel/attachments/20250305/41ee9029/attachment-0001.htm>
More information about the Pkg-shadow-devel
mailing list