File: modules-regular-expressions.txt

package info (click to toggle)
libperl-critic-perl 1.122-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,452 kB
  • ctags: 1,782
  • sloc: perl: 23,662; lisp: 341; makefile: 2
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.