#790617 -w should warn if numerical result out of range

Package:
perl
Source:
perl
Description:
Larry Wall's Practical Extraction and Report Language
Submitter:
積丹尼 Dan Jacobson
Date:
2015-06-30 12:00:05 UTC
Severity:
wishlist
#790617#5
Date:
2015-06-30 11:56:15 UTC
From:
To:
Even with -w perl keeps silent, only bash warns.

$ set 11111111111; for i in $@ $@$@; do printf %x\\n $i; perl -wle 'printf "%x\n", '$i; echo; done
2964619c7
2964619c7

bash: printf: warning: 1111111111111111111111: Numerical result out of range
ffffffffffffffff
ffffffffffffffff