summaryrefslogtreecommitdiff
path: root/rt/docs/perlcritic.pod
diff options
context:
space:
mode:
authorivan <ivan>2011-04-18 23:15:19 +0000
committerivan <ivan>2011-04-18 23:15:19 +0000
commitb5c4237a34aef94976bc343c8d9e138664fc3984 (patch)
treeba7cb2c13c199b1012c661fcf4f248e7b7e3d36f /rt/docs/perlcritic.pod
parent96a0d937cdfe26d691e59139088e33e0bc3e1184 (diff)
parent75162bb14b3e38d66617077843f4dfdcaf09d5c4 (diff)
This commit was generated by cvs2svn to compensate for changes in r11022,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/docs/perlcritic.pod')
-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 000000000..9c403534d
--- /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