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=03684bcb06546649e4182071fc62a86df6c8f409

commit 03684bcb06546649e4182071fc62a86df6c8f409
Author: Guillem Jover <[email protected]>
AuthorDate: Sat Oct 1 20:16:11 2022 +0200

    doc: Remove __END__ marker for ending POD documentation
    
    While this might give a very tiny speed improvement, it messes with
    editor formatting for POD markup.
---
 scripts/Dpkg/Arch.pm             | 2 --
 scripts/Dpkg/Changelog/Debian.pm | 1 -
 scripts/Dpkg/IPC.pm              | 1 -
 3 files changed, 4 deletions(-)

diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm
index 14709d6cc..8043e6174 100644
--- a/scripts/Dpkg/Arch.pm
+++ b/scripts/Dpkg/Arch.pm
@@ -681,8 +681,6 @@ sub debarch_list_parse
 
 1;
 
-__END__
-
 =back
 
 =head1 CHANGES
diff --git a/scripts/Dpkg/Changelog/Debian.pm b/scripts/Dpkg/Changelog/Debian.pm
index a85f3af12..ee84ba3ce 100644
--- a/scripts/Dpkg/Changelog/Debian.pm
+++ b/scripts/Dpkg/Changelog/Debian.pm
@@ -254,7 +254,6 @@ sub parse {
 }
 
 1;
-__END__
 
 =back
 
diff --git a/scripts/Dpkg/IPC.pm b/scripts/Dpkg/IPC.pm
index f93dabe81..52c05d0b3 100644
--- a/scripts/Dpkg/IPC.pm
+++ b/scripts/Dpkg/IPC.pm
@@ -398,7 +398,6 @@ sub wait_child {
 }
 
 1;
-__END__
 
 =back
 

-- 
Dpkg.Org's dpkg

Reply via email to