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=dbf98187a2de6173cff1c9ff449bad93d4b1f011 commit dbf98187a2de6173cff1c9ff449bad93d4b1f011 Author: Guillem Jover <[email protected]> AuthorDate: Sat Sep 13 03:53:49 2025 +0200 dselect: Remove unused __END__ markers in methods Perl modules Changelog: internal --- dselect/methods/Dselect/Method.pm | 2 -- dselect/methods/Dselect/Method/Ftp.pm | 2 -- 2 files changed, 4 deletions(-) diff --git a/dselect/methods/Dselect/Method.pm b/dselect/methods/Dselect/Method.pm index c0fe604e8..ab7491823 100644 --- a/dselect/methods/Dselect/Method.pm +++ b/dselect/methods/Dselect/Method.pm @@ -262,5 +262,3 @@ This is a private module. =cut 1; - -__END__ diff --git a/dselect/methods/Dselect/Method/Ftp.pm b/dselect/methods/Dselect/Method/Ftp.pm index 7055c1ec9..ad6f9d40f 100644 --- a/dselect/methods/Dselect/Method/Ftp.pm +++ b/dselect/methods/Dselect/Method/Ftp.pm @@ -229,5 +229,3 @@ This is a private module. =cut 1; - -__END__ -- Dpkg.Org's dpkg

