in reply to Healing Debian Perl (and whatever else is broken out there)
# archlib: The core .packlist perl -MConfig -e 'print `ls -la "$Config{archlib}/.packlist"`' perl -MConfig -e 'print `cat "$Config{archlib}/.packlist"`' # archlib/auto: dist/bundle perl -MConfig -e 'print `ls -la "$Config{archlib}/auto"`' # sitearch/auto: dist/.packlist perl -MConfig -e 'print `ls -la "$Config{sitearch}/auto"`' # sitearch/.meta: dist/install.json and dist/MYMETA.json perl -MConfig -e 'print `ls -la "$Config{sitearch}/.meta"`'
|
|---|