File: modules-regular-expressions.txt

package info (click to toggle)
libperl-critic-perl 1.156-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,544 kB
  • sloc: perl: 24,092; lisp: 341; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
/\AEvil\z/     # Comment on same line as meaningful content.

# Lack of whitespace between regex and message intentional.
/Fatal/Found use of Fatal. Use autodie instead.

# Extra leading and trailing whitespace here is intentional.
    /Getopt::Std/     Found use of Getopt::Std. Use Getopt::Long instead.