Mon Nov 07 12:44:52 2011: Request 72211 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: Module-ScanDeps Subject: pp includes way too much modules (when using 'use strict;')? Broken in: (no value) Severity: (no value) Owner: RSCHUPP Requestors: fr...@undermydesk.org Status: open Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=72211 >
On 2011-11-07 05:09:48, RSCHUPP wrote: > Can you please try if the attached to patch to Module::ScanDeps fixes it? Don't bother, I fixed it in a more general way: the following line from unicore/mktables my $unihan = 'Unihan properties are by default not enabled in the Perl core. Instead use CPAN: Unicode::Unihan'; would erroneously detect a dependency on CPAN.pm (because it contains "... use CPAN: ..."). Fix will be in the next release of Module::ScanDeps. Cheers, Roderich