Skip to content

Commit 8b524d3

Browse files
fix version use line for keyword_all example
1 parent 228d40a commit 8b524d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perldelta.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ similar to the way that C<:reader> already creates reader accessors.
5656
Two new experimental features have been added, which introduce the
5757
list-processing operators C<any> and C<all>.
5858

59-
use v5.40;
59+
use v5.42;
6060
use feature 'keyword_all';
6161
no warnings 'experimental::keyword_all';
6262

0 commit comments

Comments
 (0)