in reply to Re: migrate cpan from AIX to Red Hat
in thread migrate cpan from AIX to Red Hat
I found the option to consider the modules in a given directory
my $installed = ExtUtils::Installed->new(extra_libs=>["/my/lib/path"]);
But I still don't understand why is there a huge difference in the number of modules found by this method and by using find *.pm? There are more than 10x more .pm files as modules found by this method. Can multiple .pm files belong to a module?
In Section
Seekers of Perl Wisdom