Skip to content

Commit

Permalink
perlclass.pod: feature "class" will be introduced in Perl 5.38
Browse files Browse the repository at this point in the history
Fixes #21171
  • Loading branch information
xenu committed Jun 24, 2023
1 parent 7e0355c commit 7d9afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlclass.pod
Expand Up @@ -4,7 +4,7 @@ perlclass - Perl class syntax reference

=head1 SYNOPSIS

use v5.36;
use v5.38;
use feature 'class';

class My::Example 1.234 {
Expand Down

0 comments on commit 7d9afd6

Please sign in to comment.