http://qs321.pair.com?node_id=1047207


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?

Replies are listed 'Best First'.
Re^3: migrate cpan from AIX to Red Hat
by sazo (Novice) on Jul 31, 2013 at 08:44 UTC
    I found it out: it seem a module can contain several .pm files.