summaryrefslogtreecommitdiff
path: root/doc/ale-perl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-perl.txt')
-rw-r--r--doc/ale-perl.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale-perl.txt b/doc/ale-perl.txt
index 7611d30f..414856bd 100644
--- a/doc/ale-perl.txt
+++ b/doc/ale-perl.txt
@@ -1,6 +1,11 @@
===============================================================================
ALE Perl Integration *ale-perl-options*
+ALE offers a few ways to check Perl code. Checking code with `perl` is
+disabled by default, as `perl` code cannot be checked without executing it.
+
+See |g:ale_linters|.
+
===============================================================================
perl *ale-perl-perl*