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 1b56a5a commit 37169abCopy full SHA for 37169ab
pod/perlexperiment.pod
@@ -173,6 +173,18 @@ example:
173
The ticket for this experiment is
174
L<[perl #19765]|https://github.com/Perl/perl5/issues/19765>.
175
176
+=item New object system and C<class> syntax
177
+
178
+Introduced in Perl 5.37.9.
179
180
+Using this feature triggers warnings in the category C<experimental::class>.
181
182
+This feature enables the new object system and its associated keywords
183
+C<class>, C<field>, C<method>.
184
185
+The ticket for this experiment is
186
+L<[perl #22139]|https://github.com/Perl/perl5/issues/22139>.
187
188
=item C<any> and C<all> list processing operators
189
190
Introduced in Perl 5.41.7.
0 commit comments