In this case it will. Or if you set all warnings to be fatal then you're extra "safe". Depending on how you use the value though, you may or may not get a warning. If you just use it as a boolean you do not get a warning:
if ($hash{pensionbalance}) {
print "Got a pension balance!\n";
}