summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2017-10-08 09:13:08 +0000
committerNiels Thykier <niels@thykier.net>2017-10-08 09:13:08 +0000
commitf1491a219311210e190c74671f1c4cd209bb77bf (patch)
treebcc2f5159555ac3e9b067ef828465cd771d115ce /doc
parentbb1bb4bef459ebe08a535c01c4bdb086b7a40892 (diff)
downloaddebhelper-f1491a219311210e190c74671f1c4cd209bb77bf.tar.gz
Push the removal of some deprecated items to compat 12
The change list for compat 11 is rather intimidating as it is currently. Move some of the clean up to compat 12 to reduce the list a bit. Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index 5f3a4629..42ad1ab3 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -171,8 +171,8 @@ doit([$options, ]@command)
This will *not* invoke a shell, so meta characters will not have any special
meaning. Use complex_doit for that.
- NB: In compat 10 and below, there was a bug that would make doit fork a shell
- in one special case. This is deprecated and will be removed in compat 11.
+ NB: In compat 11 and below, there was a bug that would make doit fork a shell
+ in one special case. This is deprecated and will be removed in compat 12.
The detection code for this can be disabled by passing an empty hashref for
as $options. This will make doit unconditionally avoid forking a shell.
print_and_doit([$options, ]@command)