commit | 8abfe30804efe85b933ded9d95d5b95257065a1b | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Wed Aug 09 14:10:17 2017 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Aug 17 02:28:57 2017 +0000 |
tree | 936619174e8beb04c41b31d1d8e2429c62b6fa25 | |
parent | 6f66ee104479e4d054228201994918767b5eb542 [diff] |
Remove using isdigit since its deprecated I had put an extra check to see if instance number is a digit and used POSIX::isdigit for that. However, it's deprecated in the PERL version that is in the mrw-tools. Also, no other parsers are doing this explicit check since the instance number has to be digit and is fundamental and hence isdigit check is not needed. Change-Id: I5922e466af6cdd9e9365c1d9ddf54b12a6763a5c Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>