in reply to Re^3: Module::Install hacking
in thread Module::Install hacking

It's a bit annoying that Perl/site/bin doesn't get added to the path by default ... I wonder if there's a folder in the blib where I can place libgcc_sis_452.dll in order that it will invariably end up in perl/bin ?

Nope, there is no folder in blib that decides if something goes under site

perl -V:install.*

If there is no -V:installsitebin it ends up in -V:installbin

Replies are listed 'Best First'.
Re^5: Module::Install hacking
by syphilis (Archbishop) on Sep 14, 2012 at 05:06 UTC
    If there is no -V:installsitebin it ends up in -V:installbin

    Hmmm ... so I just need to figure out a way of clobbering installsitebin ...
    ;-))))

    Cheers,
    Rob