diff -pruN 3.11-1.1/debian/changelog 3.11-2/debian/changelog
--- 3.11-1.1/debian/changelog	2021-01-08 12:21:44.000000000 +0000
+++ 3.11-2/debian/changelog	2025-09-26 10:16:46.000000000 +0000
@@ -1,3 +1,20 @@
+libpod-webserver-perl (3.11-2) unstable; urgency=medium
+
+  * Maintain in Perl Group
+    Closes: #1114015
+  * Upgrade watch file
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Remove trailing whitespace in debian/copyright (routine-update)
+  * Trim trailing whitespace.
+  * Move libmodule-build-perl from Build-Depends-Indep to Build-Depends.
+  * Add debian/upstream/metadata
+  * Annotate Build-Depends nocheck
+
+ -- Andreas Tille <tille@debian.org>  Fri, 26 Sep 2025 12:16:46 +0200
+
 libpod-webserver-perl (3.11-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
@@ -7,7 +24,7 @@ libpod-webserver-perl (3.11-1.1) unstabl
 
 libpod-webserver-perl (3.11-1) unstable; urgency=medium
 
-  * New upstream release 
+  * New upstream release
   * Update copyright dates
   * Update Standards-Version field
   * Change Vcs-Git field from git:// to https://
@@ -17,7 +34,7 @@ libpod-webserver-perl (3.11-1) unstable;
 libpod-webserver-perl (3.10-1) unstable; urgency=medium
 
   * New upstream release
-  * d/control: 
+  * d/control:
       - Update Standard-Version field.
       - Add libmodule-build-perl module in BDI.
 
@@ -32,8 +49,8 @@ libpod-webserver-perl (3.09-1) unstable;
     - Update Homepage field, now pointing to metacpan.
     - Add Vcs-Git and Vcs-Browser field.
     - Update debhelper Build-Depends to >= 9.
-    - Add netbase to B-D-I because t/daemon.t uses 'getprotobyname' function 
-      and it's looking for /etc/protocols (inside netbase package). 
+    - Add netbase to B-D-I because t/daemon.t uses 'getprotobyname' function
+      and it's looking for /etc/protocols (inside netbase package).
   * Update d/compat to 9.
   * d/watch: Use metacpan intead cpan.
   * Update d/copyright to copyright-format 1.0.
@@ -48,7 +65,7 @@ libpod-webserver-perl (3.05-1) unstable;
   * New upstream release
   * Improve Format-Specification in debian/copyright
   * Improve debian/control
-  * Add watch file 
+  * Add watch file
 
  -- Alejandro Garrido Mota <garridomota@gmail.com>  Tue, 21 Apr 2009 20:02:42 -0430
 
@@ -88,4 +105,3 @@ libpod-webserver-perl (3.04-1) unstable;
   * Initial Release (Closes: #403929).
 
  -- Alejandro Garrido Mota <garridomota@gmail.com>  Tue, 19 Dec 2006 23:32:40 -0400
-
diff -pruN 3.11-1.1/debian/compat 3.11-2/debian/compat
--- 3.11-1.1/debian/compat	2016-05-14 15:55:53.000000000 +0000
+++ 3.11-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-9
diff -pruN 3.11-1.1/debian/control 3.11-2/debian/control
--- 3.11-1.1/debian/control	2016-05-14 15:55:53.000000000 +0000
+++ 3.11-2/debian/control	2025-09-26 10:16:46.000000000 +0000
@@ -1,21 +1,24 @@
 Source: libpod-webserver-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <alejandro@debian.org>,
+           Andreas Tille <tille@debian.org>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper-compat (= 13), libmodule-build-perl
 Build-Depends-Indep: perl,
- libtest-version-perl,
- libtest-tcp-perl,
- netbase,
- libmodule-build-perl
-Maintainer: Alejandro Garrido Mota <alejandro@debian.org>
-Standards-Version: 3.9.8
-Vcs-Browser: https://github.com/mogaal/libpod-webserver-perl
-Vcs-Git: https://github.com/mogaal/libpod-webserver-perl.git
+                     libtest-version-perl <!nocheck>,
+                     libtest-tcp-perl <!nocheck>,
+                     netbase
+Standards-Version: 4.7.2
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpod-webserver-perl
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpod-webserver-perl.git
 Homepage: https://metacpan.org/release/Pod-Webserver
 
 Package: libpod-webserver-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: miniature web server for reading Pod in web browsers
  Pod::Webserver can be run as an application that works as a minimal web
  server to serve local Perl documentation. It's like perldoc except it works
diff -pruN 3.11-1.1/debian/copyright 3.11-2/debian/copyright
--- 3.11-1.1/debian/copyright	2016-05-14 15:55:53.000000000 +0000
+++ 3.11-2/debian/copyright	2025-09-26 10:16:46.000000000 +0000
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Pod-Webserver
-Source: https://metacpan.org/release/Pod-Webserver 
+Source: https://metacpan.org/release/Pod-Webserver
 
 Files: *
 Copyright: 2004-2006, Sean M. Burke <sburke@cpan.org>
diff -pruN 3.11-1.1/debian/tests/pkg-perl/use-whitelist 3.11-2/debian/tests/pkg-perl/use-whitelist
--- 3.11-1.1/debian/tests/pkg-perl/use-whitelist	1970-01-01 00:00:00.000000000 +0000
+++ 3.11-2/debian/tests/pkg-perl/use-whitelist	2025-09-26 10:16:46.000000000 +0000
@@ -0,0 +1 @@
+each on anonymous hash will always start from the beginning at.*
diff -pruN 3.11-1.1/debian/upstream/metadata 3.11-2/debian/upstream/metadata
--- 3.11-1.1/debian/upstream/metadata	1970-01-01 00:00:00.000000000 +0000
+++ 3.11-2/debian/upstream/metadata	2025-09-26 10:16:46.000000000 +0000
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Pod-Webserver
+Repository: https://github.com/ronsavage/Pod-Webserver.git
+Repository-Browse: https://github.com/ronsavage/Pod-Webserver
diff -pruN 3.11-1.1/debian/watch 3.11-2/debian/watch
--- 3.11-1.1/debian/watch	2016-05-14 15:55:53.000000000 +0000
+++ 3.11-2/debian/watch	2025-09-26 10:16:46.000000000 +0000
@@ -1,2 +1,2 @@
-version=3
-https://metacpan.org/release/Pod-Webserver/  .*/Pod-Webserver-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+version=4
+https://metacpan.org/release/Pod-Webserver   .*/Pod-Webserver-v?@ANY_VERSION@@ARCHIVE_EXT@$
