This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
constant.pm: Note that list constants are not
[perl5.git] / dist / constant / lib / constant.pm
index ee5e376..5767728 100644 (file)
@@ -368,6 +368,8 @@ used.
 =head1 CAVEATS
 
 List constants are not inlined unless you are using Perl v5.20 or higher.
+In v5.20 or higher, they are still not read-only, but that may change in
+future versions.
 
 It is not possible to have a subroutine or a keyword with the same
 name as a constant in the same package. This is probably a Good Thing.