diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-10-17 18:07:47 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-17 20:28:37 -0700 |
commit | baabe3fb419f01704a85104dce71b0c631a4a373 (patch) | |
tree | e678982ce70016159b2b424ee513c881158ead4e /warnings.h | |
parent | 7caca87c551af84ff2565616310024f95c4a5c7c (diff) | |
download | perl-baabe3fb419f01704a85104dce71b0c631a4a373.tar.gz |
Rename lvalue references
Also correct the description of lvref magic. When it was first added,
it was for list assignments only, but that soon changed.
Diffstat (limited to 'warnings.h')
-rw-r--r-- | warnings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/warnings.h b/warnings.h index e2ee66a566..b288bd50d4 100644 --- a/warnings.h +++ b/warnings.h @@ -104,7 +104,7 @@ /* Warnings Categories added in Perl 5.021 */ -#define WARN_EXPERIMENTAL__LVALUE_REFS 60 +#define WARN_EXPERIMENTAL__REFALIASING 60 #define WARN_EXPERIMENTAL__WIN32_PERLIO 61 #define WARN_MISSING 62 #define WARN_REDUNDANT 63 |