In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/702e1efd849c4e184950c524f107ecd2e7d19a77?hp=c80f3fcd8576d572b3d0b329cc4597dfafb7a7d6>

- Log -----------------------------------------------------------------
commit 702e1efd849c4e184950c524f107ecd2e7d19a77
Author: Abigail <abig...@abigail.be>
Date:   Thu Nov 19 16:46:45 2015 +0100

    Turn new diag message into a link.
    
    This turned out to be a bit of work. When running the porting tests,
    the pod checker checks whether all links are valid. To do so, it
    creates a database of all valid targets, and then for all links,
    checks whether the target exist. However, the targets have been POD
    processed, while the links have not -- except for E<sol> and
    E<verbar>. So, if the target contains S<>, the link *must not*.
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 43db260..06c7ac2 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -89,7 +89,7 @@ diagnostic messages, see L<perldiag>.
 
 =item *
 
-Sequence (?... not terminated in regex; marked by S<<-- HERE> in m/%s/
+L<<< Sequence (?... not terminated in regex; marked by S<<-- HERE> in 
mE<sol>%sE<sol>|perldiag/"Sequence (?... not terminated in regex; marked by <-- 
HERE in mE<sol>%sE<sol>" >>>
 
 =back
 

--
Perl5 Master Repository

Reply via email to