summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-01-04 02:15:21 +0100
committerGuillem Jover <guillem@debian.org>2013-04-19 05:34:04 +0200
commit01ccc0b865a4858f1071a9dbdcea3a276fbdeca9 (patch)
treeca1554735423cb41ff41ef989558c97c5cf23c38 /doc
parent28e9fd389d043d41a94474d0b64b377c6cae4882 (diff)
downloaddpkg-01ccc0b865a4858f1071a9dbdcea3a276fbdeca9.tar.gz
doc: Bump minimal perl version to use to 5.10.0
The current version in Debian oldstable (lenny) is already 5.10.0, once the current Debian stable release becomes oldstable (squeeze) it will be 5.10.1, so bumping it is pretty safe and conservative.
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 7fdda5901..f5ecda73b 100644
--- a/doc/coding-style.txt
+++ b/doc/coding-style.txt
@@ -206,7 +206,7 @@ see what operation is being done:
foo();
-Dpkg Perl coding style 2010-05-10
+Dpkg Perl coding style 2013-01-04
======================
General
@@ -243,7 +243,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.8.8.
+possible. Currently that means Perl 5.10.0.
Object methods
~~~~~~~~~~~~~~