connection/poolable: stricter timeout key check
commitfa80d20142f6345ecf96488249d2651c0034b234
authorEric Wong <normalperson@yhbt.net>
Sat, 23 Feb 2013 02:28:29 +0000 (23 02:28 +0000)
committerEric Wong <normalperson@yhbt.net>
Sat, 10 Aug 2013 07:03:24 +0000 (10 07:03 +0000)
treec97eece08e3ee8110076b9ed6d53babce550d063
parent9b2b87a9507698c3b4757953f99f2a47501638fe
connection/poolable: stricter timeout key check

String representations of small floating point values may
be in (scientific) E notation, so we must ensure the entire
string is free of decimal digits before considering it a
configuration key.
lib/MogileFS/Connection/Poolable.pm