diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-11-25 14:58:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-11-25 14:58:42 +0000 |
commit | b19934fbc3c981a7e4bb888f0d6a20f926a0bc17 (patch) | |
tree | e15476f7230d021c936b5765e76a19a2f90800f1 /pod/perlrun.pod | |
parent | a3179684398978e8bf4afba360eb728e4215d751 (diff) | |
download | perl-b19934fbc3c981a7e4bb888f0d6a20f926a0bc17.tar.gz |
Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-foo
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 62c1ebbbfd..473205a789 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -361,6 +361,7 @@ tracing module installed as Devel::foo. E.g., B<-d:DProf> executes the program using the Devel::DProf profiler. As with the B<-M> flag, options may be passed to the Devel::foo package where they will be received and interpreted by the Devel::foo::import routine. +Again, like B<-M>, use -d:-foo to call Devel::foo::unimport instead of import. The comma-separated list of options must follow a C<=> character. If B<t> is specified, it indicates to the debugger that threads will be used in the code being debugged. |