From 67592e11cc42a8fb72032b07a75750873bd86cf6 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 28 Aug 2011 12:08:04 -0600 Subject: Unicode::UCD: Make pod header consistent All the other function headers in this pod look like what this patch makes this one look like. Corresponding links to it are also revised. --- pod/perlre.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlre.pod') diff --git a/pod/perlre.pod b/pod/perlre.pod index 5a01b2c5f1..e3bdd51402 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -258,7 +258,7 @@ a number is a different quantity than it really is. For example, C (U+09EA) looks very much like an C (U+0038). And, C<\d+>, may match strings of digits that are a mixture from different writing systems, creating a security -issue. L can be used to sort +issue. L can be used to sort this out. Or the C modifier can be used to force C<\d> to match just the ASCII 0 through 9. -- cgit v1.2.1