in reply to Re: How can I persuade MakeMaker to install a file in $installarchlib/auto/...
in thread How can I persuade MakeMaker to install a file in $installarchlib/auto/...

Well - I tried various things like writing a MY::xs_make_dynamic_lib method or adding postamble attribute and MY:: method but ran out of Copious Free Time.

Reverted to a vanilla Makefile.PL and copied the shared object from $installprivlib/... to $installarchlib/auto/... in the %postinstall script of the package.

hey ho

--
MarkT

Replies are listed 'Best First'.
Re^3: How can I persuade MakeMaker to install a file in $installarchlib/auto/...
by Anonymous Monk on Sep 30, 2016 at 21:43 UTC

    Hi,

    That seems straight forward, although I would move the file instead of copy as extra copies don't do anything :)