Notification from PAUSE

Andy Armstrong andy at hexten.net
Mon Jan 4 21:39:53 GMT 2010


On 4 Jan 2010, at 21:38, David E. Wheeler wrote:
>> Why copy code from EU::MM? Wouldn't it be simpler to use the API provided by Module::Build, which is already required?
> 
> Also, don't you need to run it through the Shebangger on Win32, too? Currently it doesn't:
> 
>    if ( $^O eq 'MSWin32' ) {
>        $psql .= '.bat';
>    }
>    else {
>        $psql = MyShebangger::make_perl_executable($psql);
>    }


I figured the .bat file worked OK on Win32 - is that not the case?

-- 
Andy Armstrong, Hexten





More information about the tapx-dev mailing list