Subject: | scandeps -R finds too much |
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