summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1da0b0c..1d84271 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ web publishing framework, time permitting.
## Requirements
-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