Subject: | Distribution opts into x_static_install but cannot be static installed |
This distribution sets x_static_install in META but contains non-pm files in lib/ which are expected to be installed, which is a feature only of ExtUtils::MakeMaker, not any other installer including the static install spec. The only static-install compatible way to include such files would be to use a distribution sharedir under share/ with File::ShareDir (and File::ShareDir::Install/Test::File::ShareDir as necessary in your Makefile.PL and tests).