Hi, even though $YAML::XS::QuoteNumericStrings defaults to true, it doesn't dump this snippet correctly. The hex value should be quoted. ``` p Dump qw(a b 1 0x1234); --- a --- b --- '1' --- 0x1234 ```