Re: [Module-build-general] Ready for 0.19?
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-07-07 02:14:33
|
On Sunday, July 6, 2003, at 09:04 PM, Ken Williams wrote:
>
> On Thursday, July 3, 2003, at 11:04 PM, Dave Rolsky wrote:
>
>> On Thu, 3 Jul 2003, Ken Williams wrote:
>>
>>> I've released a new beta, 0.18_04, to cpan and sourceforge. It gets
>>> the 'install_base' parameter working, completing the design document
>>> I
>>> posted here a few days ago. I'd love it if people could test it out,
>>> by either/both of running the regression tests & using it to
>>> test/install their own Module::Build-using modules.
>>
>> Passes all tests on Debian unstable with 5.8.0 and 5.6.1, but there
>> are
>> some small problems with 5.00503.
>
> Both ideas sound good to me, I'll apply them to CVS.
Say, Dave: it seems like it would be better to default 'script' like so:
$c->{installsitescript} || $c->{installsitebin} ||
$c->{installscript},
rather than
$c->{installsitescript} || $c->{installsitebin} || $c->{installbin},
Do you have an 'installscript' on 5.005?
-Ken
|