From f1491a219311210e190c74671f1c4cd209bb77bf Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 8 Oct 2017 09:13:08 +0000 Subject: 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 --- doc/PROGRAMMING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/PROGRAMMING') 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) -- cgit v1.2.3