summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ce771b751..1ff8073a0 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -207,7 +207,7 @@ see what operation is being done:
foo();
-Dpkg Perl coding style 2013-01-04
+Dpkg Perl coding style 2015-05-20
======================
General
@@ -244,7 +244,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.10.0.
+possible. Currently that means Perl 5.14.2.
Object methods
~~~~~~~~~~~~~~