File: modules-no-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 (6 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
Evil     # Comment on same line as meaningful content.

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.