diff options
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r-- | pod/perltoc.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod index ae5f768c47..858d783ea2 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -861,8 +861,8 @@ $^E, $^H, $^M delete on slices, flock, printf and sprintf, keys as an lvalue, my() in Control Structures, unpack() and pack(), use VERSION, use Module VERSION -LIST, prototype(FUNCTION), srand, $_ as Default, C<m//g> does not trigger a -pos() reset on failure, C<m//x> ignores whitespace before ?*+{}, nested +LIST, prototype(FUNCTION), srand, $_ as Default, C<m//g> does not reset +search position on failure, C<m//x> ignores whitespace before ?*+{}, nested C<sub{}> closures work now, formats work right on changing lexicals =item New builtin methods |