File: variables-regular-expressions.txt

package info (click to toggle)
libperl-critic-perl 1.108-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,380 kB
  • ctags: 1,723
  • sloc: perl: 22,995; lisp: 342; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/\$\[/         # Comment on same line as meaningful content.

# Lack of whitespace between regex and message intentional.
/\$SIG\{__DIE__\}/Do not use $SIG{__DIE__}. Use END{} or override CORE::GLOBAL::die() instead.

# Extra leading and trailing whitespace here is intentional.
    /\$\^S/	Found use of $^S. You should seriously consider what your code is trying to do.

#      $URL: http://perlcritic.tigris.org/svn/perlcritic/trunk/distributions/Perl-Critic/t/Variables/ProhibitEvilVariables.d/variables-regular-expressions.txt $
#     $Date: 2009-10-01 16:33:08 -0700 (Thu, 01 Oct 2009) $
#   $Author: clonezone $
# $Revision: 3666 $