Re: Module requirements (was: Module::Build and installing in non-standardlocations)

2006-03-31 Thread demerphq
On 3/31/06, Adam Kennedy <[EMAIL PROTECTED]> wrote: > If an installer can't INSTALL under battle conditions, it is failing > it's primary missing. Personally I think its worth being a touch more specific with your language. I dont see Module::Build's job to be to "install". I see its job as being

Re: Testing with Apache/mod_perl

2006-03-31 Thread Geoffrey Young
> > A-T requires me to do things differently, and it's that difference that > introduces the lack of flexibility. I had a bunch of foo written that I removed, mainly because this is the real issue, for you I guess - the idea that different is somehow bad or inflexible, that anyone who creates so

Re: Module requirements (was: Module::Build and installing in non-standardlocations)

2006-03-31 Thread Adam Kennedy
demerphq wrote: On 3/31/06, Adam Kennedy <[EMAIL PROTECTED]> wrote: If an installer can't INSTALL under battle conditions, it is failing it's primary missing. Personally I think its worth being a touch more specific with your language. I dont see Module::Build's job to be to "install". I see

Re: Module requirements (was: Module::Build and installing in non-standard locations)

2006-03-31 Thread A. Pagaltzis
* demerphq <[EMAIL PROTECTED]> [2006-03-31 10:10]: > Something like dieing on a use warnings statement in the > makefile or whatever to me constitutes a pre-build failure, not > an install failure. `s/installer/build script/gi` on Adam’s post and his points still stand. The whatever-it’s-called wh

Re: Module requirements (was: Module::Build and installing in non-standardlocations)

2006-03-31 Thread demerphq
On 3/31/06, Adam Kennedy <[EMAIL PROTECTED]> wrote: > demerphq wrote: > > So it seems to be that you have four (five?) phases: > > > > Pre-Build > > Build > > Test > > Install > > (Post Install Test?) > > > > Something like dieing on a use warnings statement in the makefile or > > whatever to

Re: Module requirements (was: Module::Build and installing in non-standardlocations)

2006-03-31 Thread Adam Kennedy
> Similarly if somebody has an error in their Build.PL or Makefile.PL are you going to say that the "installer" doesnt work? Yes, absolutely. Adam K

Re: Module requirements (was: Module::Build and installing in non-standard locations)

2006-03-31 Thread Adam Kennedy
A. Pagaltzis wrote: * demerphq <[EMAIL PROTECTED]> [2006-03-31 10:10]: Something like dieing on a use warnings statement in the makefile or whatever to me constitutes a pre-build failure, not an install failure. `s/installer/build script/gi` on Adam’s post and his points still stand. The wha

Re: Module requirements (was: Module::Build and installing in non-standard locations)

2006-03-31 Thread A. Pagaltzis
* Adam Kennedy <[EMAIL PROTECTED]> [2006-04-01 04:10]: > I guess the problem is that in Makefile.PL strictly speaking > you're not _really_ meant to be doing any building of stuff. > > That's supposed to be what you do in make. > > So one solution to your problem might be to add something that >