This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add changes
[perl5.git] / pad.c
diff --git a/pad.c b/pad.c
index 6d2d008..5bbb07a 100644 (file)
--- a/pad.c
+++ b/pad.c
@@ -2159,7 +2159,8 @@ S_cv_clone_pad(pTHX_ CV *proto, CV *cv, CV *outside, HV *cloned,
                                         "Constants from lexical "
                                         "variables potentially "
                                         "modified elsewhere are "
-                                        "deprecated");
+                                        "deprecated. This will not "
+                                         "be allowed in Perl 5.32");
                        /* We *copy* the lexical variable, and donate the
                           copy to newCONSTSUB.  Yes, this is ugly, and
                           should be killed.  We need to do this for the