Skip to content

Commit

Permalink
document when backwards-compatibility features became disabled by def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
book committed Jul 30, 2024
1 parent 963e0b1 commit dce9f54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions lib/feature.pm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions regen/feature.pl
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,8 @@ =head2 The 'indirect' feature
warn on) indirect object syntax on older Perls, see the L<indirect>
CPAN module.
This feature is disabled by default from Perl 5.36 onwards.
=head2 The 'multidimensional' feature
This feature enables multidimensional array emulation, a perl 4 (or
Expand All @@ -883,10 +885,11 @@ =head2 The 'multidimensional' feature
This feature is available under this name from Perl 5.34 onwards. In
previous versions, it was simply on all the time.
You can use the L<multidimensional> module on CPAN to disable
multidimensional array emulation for older versions of Perl.
This feature is disabled by default from Perl 5.36 onwards.
=head2 The 'bareword_filehandles' feature
This feature enables bareword filehandles for builtin functions
Expand All @@ -899,10 +902,11 @@ =head2 The 'bareword_filehandles' feature
This feature is available under this name from Perl 5.34 onwards. In
previous versions it was simply on all the time.
You can use the L<bareword::filehandles> module on CPAN to disable
bareword filehandles for older versions of perl.
This feature is disabled by default from Perl 5.38 onwards.
=head2 The 'try' feature
B<WARNING>: This feature is still partly experimental, and the implementation
Expand Down

0 comments on commit dce9f54

Please sign in to comment.