On Fri, Sep 9, 2011 at 1:05 PM, Angelos Karageorgiou <ange...@unix.gr> wrote:
> A biiig question now
>
> how does -x handle program that don't exit ?

pp won't exit either :) Fall back to manually add -M's to the pp command line.
Alternatively apply the following patch to Module::ScanDeps

--- lib/Module/ScanDeps.pm.orig 2011-09-09 13:24:10.898273000 +0200
+++ lib/Module/ScanDeps.pm      2011-09-09 13:26:34.100767000 +0200
@@ -354,6 +354,9 @@
     'Module/Pluggable.pm'           => sub {
         _glob_in_inc('$CurrentPackage/Plugin', 1);
     },
+    'MozRepl.pm'                    => sub {
+        _glob_in_inc('MozRepl/Plugin', 1);
+    },
     'MIME/Decoder.pm'               => 'sub',
     'Net/DNS/RR.pm'                 => 'sub',
     'Net/FTP.pm'                    => 'sub',

(it's safe to apply this directly to your installed copy).

Cheers, Roderich

Reply via email to