From 7e2d91e6d3a09e2ebb61242bb18ff95d30d9560d Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 7 Dec 2022 16:17:45 +1100 Subject: toke.c: deprecation warning for ' as a package separator First stage of RFC 0015. This also changes the warning for ' as package separator in quoted strings to also be a deprecation warning. --- proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 0efbfeaeb6..286c2e18a7 100644 --- a/proto.h +++ b/proto.h @@ -4155,7 +4155,7 @@ Perl_scan_vstring(pTHX_ const char *s, const char * const e, SV *sv); assert(s); assert(e); assert(sv) PERL_CALLCONV char * -Perl_scan_word(pTHX_ char *s, char *dest, STRLEN destlen, int allow_package, STRLEN *slp); +Perl_scan_word(pTHX_ char *s, char *dest, STRLEN destlen, int allow_package, STRLEN *slp, bool warn_tick); #define PERL_ARGS_ASSERT_SCAN_WORD \ assert(s); assert(dest); assert(slp) -- cgit v1.2.1