File: pod-whitespace.patch

package info (click to toggle)
libsvn-notify-mirror-perl 0.04000-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 292 kB
  • ctags: 32
  • sloc: perl: 1,167; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 747 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
22
23
24
25
26
27
28
29
Description: fix POD ERRORs "L<> starts or ends with whitespace"
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-04
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104960
Bug: https://rt.cpan.org/Ticket/Display.html?id=104960

--- a/lib/SVN/Notify/Mirror/Rsync.pm
+++ b/lib/SVN/Notify/Mirror/Rsync.pm
@@ -154,7 +154,7 @@
 
 =head1 Local Mirror
 
-Please see L< SVN::Notify::Mirror > for details.
+Please see L<SVN::Notify::Mirror> for details.
 
 =head2 Remote Mirror
 
--- a/lib/SVN/Notify/Mirror/SSH.pm
+++ b/lib/SVN/Notify/Mirror/SSH.pm
@@ -138,7 +138,7 @@
 
 =head1 Local Mirror
 
-Please see L< SVN::Notify::Mirror > for details.
+Please see L<SVN::Notify::Mirror> for details.
 
 =head2 Remote Mirror