summaryrefslogtreecommitdiff
path: root/dist/constant
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-08-11 14:10:54 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-08-12 01:53:27 -0700
commit842f3911b8cce093c74b9e06029c0198ccfb9090 (patch)
tree4759f0f8f58f7296d11cb668d05871cfa1b33c7e /dist/constant
parent7fa949d0cc67253f8eb6849414789201b5ba722c (diff)
downloadperl-842f3911b8cce093c74b9e06029c0198ccfb9090.tar.gz
constant.pm: Note that list constants are not
Diffstat (limited to 'dist/constant')
-rw-r--r--dist/constant/lib/constant.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/constant/lib/constant.pm b/dist/constant/lib/constant.pm
index ee5e376faa..5767728890 100644
--- a/dist/constant/lib/constant.pm
+++ b/dist/constant/lib/constant.pm
@@ -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.