This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4deb73
)
Deprecation warnings should always be mandatory since 5.12.0
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Fri, 23 Apr 2010 09:42:05 +0000
(11:42 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Fri, 23 Apr 2010 09:42:05 +0000
(11:42 +0200)
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
7abcfb7
..
0cc3fb8
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-13122,8
+13122,8
@@
Perl_scan_num(pTHX_ const char *start, YYSTYPE* lvalp)
hex(ish) fractions... but '..' is OK. */
if (s[0] == '.' &&
s[1] != '.') {
- Perl_ck_warner(aTHX_ packWARN(WARN_DEPRECATED),
-
"Dot after %s literal is concatenation", base);
+ Perl_ck_warner
_d
(aTHX_ packWARN(WARN_DEPRECATED),
+ "Dot after %s literal is concatenation", base);
}
sv = newSV(0);