Skip to content

Commit 37169ab

Browse files
committed
perlexperiment: Add missing feature "class"
1 parent 1b56a5a commit 37169ab

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pod/perlexperiment.pod

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,18 @@ example:
173173
The ticket for this experiment is
174174
L<[perl #19765]|https://github.com/Perl/perl5/issues/19765>.
175175

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+
176188
=item C<any> and C<all> list processing operators
177189

178190
Introduced in Perl 5.41.7.

0 commit comments

Comments
 (0)