Omer Gazit
Results
1
issues of
Omer Gazit
When parsing an `open my $fh ...` function without parenthesis, PPI does not identify the `$fh` as a variable (`PPI::Statement::Variable`) but as a symbol instead (`PPI::Token::Symbol`). Example: ```perl use strict;...