as suggested by Dave Mitchell
p4raw-id: //depot/perl@19784
case '*':
if (len == 1 && sv_type == SVt_PV && ckWARN2(WARN_DEPRECATED, WARN_SYNTAX))
Perl_warner(aTHX_ packWARN2(WARN_DEPRECATED, WARN_SYNTAX),
- "$* has been removed");
+ "The variable \"$*\" is no longer supported");
break;
case '#':
if (len == 1 && sv_type == SVt_PV && ckWARN2(WARN_DEPRECATED, WARN_SYNTAX))
$a = ${"*"};
EXPECT
Use of $# is deprecated at - line 3.
-$* has been removed at - line 4.
+The variable "$*" is no longer supported at - line 4.