Subject: | Both ExtUtils::MakeMaker and ExtUtils::Install install ExtUtils/Install.pm |
If users install both ExtUtils::MakeMaker and ExtUtils::Install, they'll
end up with this conflict:
WARNING: File ... lib/perl5/5.10/ExtUtils/Install.pm is
already owned by active package perl-ExtUtils-MakeMaker-6.44_01
WARNING: File ... lib/perl5/5.8/ExtUtils/Install.pm is
already owned by active package perl-ExtUtils-MakeMaker-6.44_01
WARNING: File ... man/man3/ExtUtils::Install.3 is already
owned by active package perl-ExtUtils-MakeMaker-6.44_01
WARNING: File ... man/man3/ExtUtils::Installed.3 is
already owned by active package perl-ExtUtils-MakeMaker-6.44_01
WARNING: File ... man/man3/ExtUtils::Packlist.3 is already
owned by active package perl-ExtUtils-MakeMaker-6.44_01
What's the reason that both modules install the same file?