Hi, I recently upgraded Module::ScanDeps from 0.89 to 0.90 and noticed a big hit in performance. For me (Windows XP, Strawberry Perl) the following command:
scandeps -e "use DateTime" takes about 17 seconds with Module::ScanDeps 0.89 and about 306 seconds with Module::ScanDeps 0.90. Commenting out line 262 ( 'DateTime/Locale.pm' => 'sub', ) gives me back my original scanning time. I added some debug statements, which show me that scanning takes close to a second for every single Locale in DateTime. There's 469 Locales there now, hence the wait. Is there some way in which I can speed up this process? Regards, Tom Koelman