chiark / gitweb /
TOML::Tiny: Try to be more faithful for small decimals
[nailing-cargo.git] / lib / TOML / Tiny.pm
index 4597fe8f93fb4e60ba0cfa8362f1ed751fee5935..e68f548a776bdbb63c40f9b64e6bb4935e505ef3 100644 (file)
@@ -191,8 +191,9 @@ If you wish to override this, you can provide your own routine to generate value
 =item inflate_integer
 
 TOML integers are 64 bit and may not match the size of the compiled perl's
-internal integer type. By default, integers are left as-is as perl strings
-which may be upgraded as needed by the caller.
+internal integer type. By default, integers other than smallish
+decimal integers are left as-is as perl strings which may be upgraded
+as needed by the caller.
 
   my $parser = TOML::Tiny->new(
     inflate_integer => sub{