diff options
author | Guillem Jover <guillem@debian.org> | 2017-05-18 05:56:23 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-05-19 07:20:57 +0200 |
commit | 810aa7aec63ded6de321bab69cd1b5e725a0fff1 (patch) | |
tree | 84c9dc53e0b3cdd57d9acb141380917e73601268 /doc | |
parent | 090d1481ae666a7e1527c9e674424f7a4abb1b02 (diff) | |
download | dpkg-810aa7aec63ded6de321bab69cd1b5e725a0fff1.tar.gz |
doc: Bump minimal Perl version to 5.20.2
The Perl version in Debian jessie is 5.20.2, which is the release that
will be oldstable once 1.19.x gets uploaded to Debian unstable.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coding-style.txt | 4 |
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 ~~~~~~~~~~~~~~ |