On 3/17/07, Roderich Schupp <[EMAIL PROTECTED]> wrote:
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
Sorry, I take that back, Text::Abbrev is a "core" module and scandeps.pl doesn't show core modules unless you call it with option -B. So, with scandeps.pl from Module::ScanDeps 0.72 I get $ scandeps.pl -e 'use Log::LogLite;' 'Log::LogLite' => '0.82', 'AutoLoader' => '5.63', 'IO::LockedFile' => '0.23', <=== $ scandeps.pl -B -e 'use DBI::Format;' | grep Text 'Text::CSV_XS' => '0.23', 'Text::Abbrev' => '1.01', 'Text::ParseWords' => '3.24', 'Text::Balanced' => '1.95', 'Pod::PlainText' => '2.02', 'Pod::Text' => '2.21', 'Text::Soundex' => '1.01', 'Text::Diff' => '0.35', <=== which looks OK. Cheers, Roderich
