From b37952c37b6d525e34d84f90306227ab8f6575be Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 15 Oct 2008 06:17:39 +0000 Subject: Phil Pennock: 25854: fix Devel module completion for "perl -d:". --- Completion/Unix/Command/_perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_perl') diff --git a/Completion/Unix/Command/_perl b/Completion/Unix/Command/_perl index 05b386d11..fd1fd2a41 100644 --- a/Completion/Unix/Command/_perl +++ b/Completion/Unix/Command/_perl @@ -10,7 +10,7 @@ _perl () { '-a[autosplit mode with -n or -p (splits $_ into @F)]' \ "-c[check syntax only (runs BEGIN and END blocks)]" \ '-d[run scripts under debugger]' \ - '-d\:-[run under control of a debugging/tracing module]:debugging/tracing module:_perl_modules' \ + '-d\:-[run under control of a debugging/tracing module]:debugging/tracing module:_perl_modules --strip-prefix --perl-hierarchy=Devel' \ '-D-:set debugging flags (argument is a bit mask or flags): ' \ "*-e+:one line of script. Several -e's allowed. Omit [programfile]." \ "-F-:split() pattern for autosplit (-a). The //'s are optional.: " \ -- cgit v1.2.3