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
authorFather Chrysostomos <sprout@cpan.org>
Sun, 11 Aug 2013 21:10:54 +0000 (14:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 12 Aug 2013 08:53:27 +0000 (01:53 -0700)
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.