summaryrefslogtreecommitdiff
path: root/bin
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 /bin
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 'bin')
-rwxr-xr-xbin/docknot4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/docknot b/bin/docknot
index 50c8b4a..6fa66a6 100755
--- a/bin/docknot
+++ b/bin/docknot
@@ -8,7 +8,7 @@
#
# SPDX-License-Identifier: MIT
-use 5.018;
+use 5.024;
use autodie;
use warnings;
@@ -107,7 +107,7 @@ Russ Allbery <rra@cpan.org>
=head1 COPYRIGHT AND LICENSE
-Copyright 2016 Russ Allbery <rra@cpan.org>
+Copyright 2016, 2018 Russ Allbery <rra@cpan.org>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal