PPI lexes this code..
DESTROY{}
1;
as (whitespace nodes pruned)...
PPI::Document
PPI::Statement
PPI::Token::Word 'DESTROY'
PPI::Structure::Block { ... }
PPI::Token::Number '1'
PPI::Token::Structure ';'
Note how the "1;" statement is part of the DESTROY statement. I'm not
sure, but I think "DESTROY{}" should be a PPI::Statement::Scheduled
just like "BEGIN{}".