Hi Simon, the scripts have probably ended up in /usr/local/opt/perl/bin because you're using HomeBrew perl and it seems to be set up not to install to the global path. You can try overriding with perl Makefile.PL INSTALLSITESCRIPT=/usr/local/bin or something similar. Best, Stefan