-----Original Message----- From: Chris Marshall Sent: Wednesday, February 01, 2017 1:57 PM
> Re the META and MYMETA stuff, I'm pretty much in the dark there... I think I've got it: 1) Remove MYMETA.yml and MYMETA.json from your distro (but retain META.yml and META.json) 2) Apply this patch to MANIFEST: --- MANIFEST.orig 2017-02-01 15:21:05 +1100 +++ MANIFEST 2017-02-01 16:11:36 +1100 @@ -12,8 +12,6 @@ MANIFEST This list of files MANIFEST.SKIP Modern.xs -MYMETA.json -MYMETA.yml ppport.h README README.md That fixes it for me. The problem is that MYMETA.json and MYMETA.yml (which are generated by the Makefile.PL step) also get clobbered by 'make realclean'. AIUI, we're not supposed to distribute them - nor should they be mentioned in the MANIFEST. But I'm no expert on this. Cheers, Rob ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ pdl-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdl-general
