summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2018-04-28 17:57:42 -0700
committerRuss Allbery <rra@cpan.org>2018-04-28 17:57:42 -0700
commit168f4cfe68c33d864367ad5ea034a96705e10126 (patch)
treeb3c4409c8cc37946e150b994b149acee8b81a655 /docs
parentc7f484e38d27ae8865a2415d613cca784aa293ba (diff)
Update DocKnot to Perl 5.24
Use the new postfix dereference syntax and update all of the Perl version requirements accordingly. Requires some tweaking to the Perl::Critic configuration due to a false positive with the new syntax.
Diffstat (limited to 'docs')
-rw-r--r--docs/metadata/requirements2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/metadata/requirements b/docs/metadata/requirements
index 260aef8..c44285c 100644
--- a/docs/metadata/requirements
+++ b/docs/metadata/requirements
@@ -1,4 +1,4 @@
-Perl 5.18 or later and Module::Build are required to build this module.
+Perl 5.24 or later and Module::Build are required to build this module.
The following additional Perl modules are required to use it:
* File::BaseDir