Ken Williams writes:

> 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 .

But what if the bundled version of latest.pm is buggy and I already have
a later latest.pm installed on my system?  That will use the wrong one!!

Smylers

Reply via email to