The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/\$\[/         # 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 $