Mon Oct 24 13:06:59 2011: Request 71901 was acted upon. Transaction: Ticket created by SREZIC Queue: Module-ScanDeps Subject: scandeps -R finds too much Broken in: 1.04 Severity: (no value) Owner: Nobody Requestors: sre...@cpan.org Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=71901 >
With the following module, saved as Foo.pm: package Foo; use Template; 1; and the command: /usr/perl5.12.3/bin/scandeps.pl -R Foo.pm I get a large list of dependencies: 'Template' => '2.22', 'Template::Alloy' => '1.016', 'Template::Alloy::Compile' => 'undef', (snipped 120 lines) 'Template::VMethods' => '2.16', 'Template::View' => '2.91', I would expect just 'Template', as the only dependency. Note that Template::Alloy is not even part of Template-Toolkit. Regards, Slaven