Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#246 CHECK bareword handle parsed as scheduled block #247

Closed
wants to merge 1 commit into from

Commits on Feb 7, 2020

  1. The fix ensures that a the keyword for a prospective scheduled block is

    followed by '{' or ';'. Otherwise it is not parsed as a scheduled block.
    
    I have run both modified and unmodified PPI against all of CPAN, looking
    for instances of PPI::Statement::Scheduled where the keyword is not
    followed by a block. All the differences were either irrelevant (stuff
    like temporary directory names, or non-Perl (i.e. filters)), or
    statements like
        open( CHECK, ... )
    which disappeared when the new code was used.
    trwyant committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    095f08a View commit details
    Browse the repository at this point in the history