Subject: | M::B has install_share, now we need delete_share behavior so don’t end up w/ stale files in your share. |
As of rt 92084 Makefile.PL can:
use ExtUtils::MakeMaker;
use File::ShareDir::Install;
delete_share '.'; # delete it all first
install_share 'share'; # install the current version second
It could either implement its own or use File::ShareDir::Install.