Skip to content
  • Peter Leitzen's avatar
    Style/SpecialGlobalVars: Switch style to `use_builtin_english_names` · 9eb64662
    Peter Leitzen authored
    Enforce use of builtin global vars like `$LOADED_FEATURES` or
    `$PROGRAM_NAME` in favor of `$:` or `$0` because they do not require the
    module `English` module to be loaded.
    
    We stick to "perl names" otherwise.
    
    The cop is put in "grace period" to allow offenses on `master` in CI.
    9eb64662