summaryrefslogtreecommitdiff
path: root/rt/docs
diff options
context:
space:
mode:
authorivan <ivan>2011-04-18 23:15:19 +0000
committerivan <ivan>2011-04-18 23:15:19 +0000
commit75162bb14b3e38d66617077843f4dfdcaf09d5c4 (patch)
treed89dd49a476cf2f0859ed6a0adc2992ea6d69d04 /rt/docs
parentfc6209f398899f0211cfcedeb81a3cd65e04a941 (diff)
import rt 3.8.10
Diffstat (limited to 'rt/docs')
-rw-r--r--rt/docs/perlcritic.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/rt/docs/perlcritic.pod b/rt/docs/perlcritic.pod
new file mode 100644
index 0000000..9c40353
--- /dev/null
+++ b/rt/docs/perlcritic.pod
@@ -0,0 +1,8 @@
+=head1 Perl::Critic
+
+RT ships a .perlcriticrc which can be used by running perlcritic from
+the root of the rt tarball. It disables or turns on flags for a few
+policies. Reasoning for those changes can be found in the .perlcriticrc
+file itself.
+
+=cut