Notification from PAUSE

David E. Wheeler david at kineticode.com
Mon Jan 4 21:38:07 GMT 2010


On Jan 4, 2010, at 1:34 PM, 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);
    }


Best,

David


More information about the tapx-dev mailing list