diff options
Diffstat (limited to 'dist/constant/lib/constant.pm')
-rw-r--r-- | dist/constant/lib/constant.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/constant/lib/constant.pm b/dist/constant/lib/constant.pm index f947117a7a..378522a2d5 100644 --- a/dist/constant/lib/constant.pm +++ b/dist/constant/lib/constant.pm @@ -366,8 +366,7 @@ used. =head1 CAVEATS -In the current version of Perl, list constants are not inlined -and some symbols may be redefined without generating a warning. +List constants were not inlined unless you are using Perl v5.20 or higher. 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. |