summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/coding-style.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coding-style.txt b/doc/coding-style.txt
index 0e07806e4..7f2b6dc7b 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -287,7 +287,7 @@ see what operation is being done:
foo();
-Dpkg Perl coding style 2016-01-29
+Dpkg Perl coding style 2017-05-18
======================
General
@@ -326,7 +326,7 @@ Perl version
We don't want to impose a too-recent Perl version, so only use features
supported by the Perl version that is currently in Debian oldstable when
-possible. Currently that means Perl 5.14.2.
+possible. Currently that means Perl 5.20.2.
Object methods
~~~~~~~~~~~~~~