On Tue, Sep 30, 2008 at 2:43 AM, Adam Kennedy
<[EMAIL PROTECTED]> wrote:
>
> Really, inc::Module::Build needs to not only be able to know that the
> installed one is newer than it, but that if that is the case it should
> use an entry point to loading Module::Build specifically for that it.

I'll say it again though: there is no such thing as
inc::Module::Build.  We're not just putting M::B in an inc/ directory
and loading it.

The semantics we're working on for people to use are:

 use lib 'inc'; # Where latest.pm lives
 use latest 'Module::Build';  # Knows to look in inc/bundled/

The general-purpose logic for doing version comparisons lives in latest.pm .

 -Ken

Reply via email to