Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briandfoy/dac74e4c73b3c935fc14ee8ab2a78b54 to your computer and use it in GitHub Desktop.
Save briandfoy/dac74e4c73b3c935fc14ee8ab2a78b54 to your computer and use it in GitHub Desktop.
Perl 7 Perl::Critic
theme = perl7
[TestingAndDebugging::RequireUseStrict]
add_themes = perl7
[TestingAndDebugging::RequireUseWarnings]
add_themes = perl7
[InputOutput::ProhibitBarewordFileHandles]
add_themes = perl7
[Dynamic::NoIndirect]
add_themes = perl7
[Freenode::MultidimensionalArrayEmulation]
add_themes = perl7
[Subroutines::ProhibitSubroutinePrototypes]
add_themes = perl7
[Freenode::Prototypes]
add_themes = perl7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment