Re: [Module::Build] proposed patch for "testauthor" action
Status: Beta
Brought to you by:
kwilliams
|
From: David G. <da...@hy...> - 2006-02-05 03:43:19
|
Chris Dolan wrote: > I'm very happy with this patch. I believe that someone (Ken?) raised > the objection that envvars were troublesome on some platforms. I'm > curious to learn more about that objection. Nonetheless, I posit that > author tests are a fringe feature and, at the risk of being platformist, > I think it's OK if it doesn't work absolutely everywhere. And given > that other test actions have set a precedent, I think we're OK with this I can't speak to multiple platforms beyond Linux and Windows, so I'm curious to know any specifics from those who have experienced problems with portability. Reading "perldoc perlport", there's some caveats about %ENV, but it has more to do with expecting certain things to be in it (e.g. TZ) or to mean the same thing on different platforms. (There's a case sensitivity caveat that's a little concerning -- but it's a vague, general statement.) At the very least, M::B uses environment variables in several other places to communicate with sub-processes, so I'm hoping something this simple is fairly robust. David |