From ca21d46d3db8b4555070f23307b87ad37f93afe7 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 27 Mar 2019 21:28:32 -0600 Subject: [PATCH 1/1] perldiag: Rmv obsolete message This restriction no longer exists, and is for an experimental feature --- pod/perldiag.pod | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 7a3faad..823d358 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4299,13 +4299,6 @@ supplied. See L. of Perl. Check the #! line, or manually feed your script into Perl yourself. -=item (?[...]) not valid in locale in regex; marked by S<<-- HERE> in m/%s/ - -(F) C<(?[...])> cannot be used within the scope of a C> or with -an C regular expression modifier, as that would require deferring -to run-time the calculation of what it should evaluate to, and it is -regex compile-time only. - =item no UTC offset information; assuming local time is UTC (S) A warning peculiar to VMS. Perl was unable to find the local -- 1.8.3.1