You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's many CPAN modules (most of them mine ;) ) that add extra syntax, which currently hugely confuses the parser. A few of these have even been ported to becoming core syntax, enabled with various use feature flags.
It may be worth looking into what extent some features can be made optional somehow. Ideally it'd be great if we could handle all of:
There's many CPAN modules (most of them mine ;) ) that add extra syntax, which currently hugely confuses the parser. A few of these have even been ported to becoming core syntax, enabled with various
use feature
flags.It may be worth looking into what extent some features can be made optional somehow. Ideally it'd be great if we could handle all of:
# Syntax::Keyword::Defer or Feature::Compat::Defer or use feature 'defer'; defer { D() }
The text was updated successfully, but these errors were encountered: