On Mon Sep 04 19:02:24 2006, MSCHWERN wrote:
Show quoted text> The Makefile.PL contains smarts to decide whether or not the modules in
> inc/ should be installed by checking if a newer version is already
> installed. Thus it will not blow over a newer ExtUtils::Install. It
> will, however, blow over an equal version.
The 'best' thing to do, from a package manager perspective, is to depend
on ExtUtils::Install (and perhaps provide a bootstrap copy in inc/ so you're
able to install the external one).
Show quoted text> Since I just updated to the
> newest version of ExtUtils::Install perhaps that's what's causing some
> indigestion. Could you provide some more information?
>
> FWIW dpkg has mechanisms for dealing with two packages shipping the same
> files. Most other packaging systems do not.
I think the person who told me this was a gentoo user.. i dont have specifics,
but they can be gotten. It really just boils down two 2 releases supplying the
same files, which can be hurtful.
If it's unavoidable, so be it, but perhaps there's an easier/more elegant way.