@@ -618,7 +618,7 @@ sub longest {
618
618
619
619
__END__
620
620
package feature;
621
- our $VERSION = '1.96 ';
621
+ our $VERSION = '1.97 ';
622
622
623
623
FEATURES
624
624
@@ -733,7 +733,8 @@ =head2 The 'switch' feature
733
733
See L<perlsyn/"Switch Statements"> for details.
734
734
735
735
This feature is available starting with Perl 5.10. It is enabled by
736
- feature bundles 5.10 through 5.34.
736
+ feature bundles 5.10 through 5.34, and disabled from the 5.36 feature
737
+ bundle onwards.
737
738
738
739
=head2 The 'unicode_strings' feature
739
740
@@ -951,7 +952,7 @@ =head2 The 'indirect' feature
951
952
This feature is available under this name from Perl 5.32 onwards. In
952
953
previous versions, it was simply on all the time. To disallow (or
953
954
warn on) indirect object syntax on older Perls, see the L<indirect>
954
- CPAN module.
955
+ CPAN module. It is disabled from the 5.36 feature bundle onwards.
955
956
956
957
=head2 The 'multidimensional' feature
957
958
@@ -965,7 +966,8 @@ =head2 The 'multidimensional' feature
965
966
will report a compilation error.
966
967
967
968
This feature is available under this name from Perl 5.34 onwards. In
968
- previous versions, it was simply on all the time.
969
+ previous versions, it was simply on all the time. It is disabled from
970
+ the 5.36 feature bundle onwards.
969
971
970
972
You can use the L<multidimensional> module on CPAN to disable
971
973
multidimensional array emulation for older versions of Perl.
@@ -981,7 +983,8 @@ =head2 The 'bareword_filehandles' feature
981
983
C<ARGV > , C<ARGVOUT > and the special C<_ > are always enabled.
982
984
983
985
This feature is available under this name from Perl 5.34 onwards. In
984
- previous versions it was simply on all the time.
986
+ previous versions it was simply on all the time. It is disabled from
987
+ the 5.38 feature bundle onwards.
985
988
986
989
You can use the L<bareword::filehandles> module on CPAN to disable
987
990
bareword filehandles for older versions of perl.
@@ -1066,7 +1069,7 @@ =head2 The 'apostrophe_as_package_separator' feature
1066
1069
This feature enables use C<' > (apostrophe) as an alternative to using
1067
1070
C<:: > as a separate in package and other global names.
1068
1071
1069
- This is enabled by default, but disabled from the 5.41 feature bundle
1072
+ This is enabled by default, but disabled from the 5.42 feature bundle
1070
1073
onwards. In previous versions it was enabled all the time.
1071
1074
1072
1075
This only disables C<' > in symbols in your source code, the internal
0 commit comments