in reply to 02.5 == 25 - WTF?
:) Basic debugging checklist ppi_dumper
$ ppi_dumper 2 PPI::Document PPI::Statement PPI::Token::Word 'print' PPI::Token::Whitespace ' ' PPI::Token::Number::Octal '02' PPI::Token::Number::Float '.5' PPI::Token::Whitespace '\n'
:O you've found a bug :D an old one https://github.com/adamkennedy/PPI/issues/165
|
|---|