File: 0002-Fix-POD-error.patch

package info (click to toggle)
libtk-codetext-perl 0.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 1,787; sh: 51; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 3 Jan 2023 18:05:25 +0100
Subject: Fix POD error

---
 CodeText/Xresources.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CodeText/Xresources.pm b/CodeText/Xresources.pm
index d37c1a7..88b6642 100644
--- a/CodeText/Xresources.pm
+++ b/CodeText/Xresources.pm
@@ -93,6 +93,8 @@ in a Tk::Text like widget instantly.
 
 =cut
 
+=back
+
 =head1 AUTHOR
 
 Hans Jeuken (haje@toneel.demon.nl)