We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228d40a commit 8b524d3Copy full SHA for 8b524d3
pod/perldelta.pod
@@ -56,7 +56,7 @@ similar to the way that C<:reader> already creates reader accessors.
56
Two new experimental features have been added, which introduce the
57
list-processing operators C<any> and C<all>.
58
59
- use v5.40;
+ use v5.42;
60
use feature 'keyword_all';
61
no warnings 'experimental::keyword_all';
62
0 commit comments