On 3/16/07, Bob Hunter <[EMAIL PROTECTED]> wrote:
Using pp -M Text::Abbrev or -M IO::LockedFile::Flock
does not help. The only way around is to call the
required child module (Text::Abbrev,...) from the main
and remove the call from the parent module
(DBI::Format, ...).

Most likely a problem with Module::ScanDeps (that is used by pp to
determine the modules to pack in).
Just to confirm this: with the latest (0.72) Module::ScanDeps I get

$ scandeps.pl -e 'use DBI::Format;' | grep Text
'Text::CSV_XS'                        => '0.23',
'Text::Diff'                          => '0.35',

i.e. _no_ Text::Abbrev,  despite the fact that it's explicitly use'd.
- I'll investigate.

Cheers, Roderich

Reply via email to