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
|