Closed Grinnz closed 5 years ago
make dist must be used to create a proper CPAN tarball before any sharing or installing of the code is attempted. This notably includes generating META.yml/META.json and adding them to MANIFEST, and leaving out any files not in MANIFEST.
make dist
It could also mention that cpanm can install distribution tarballs directly if you wish. cpanm Some-Dist-0.001.tar.gz
cpanm Some-Dist-0.001.tar.gz
thanks a lot, the make dist was a part that i missed
make dist
must be used to create a proper CPAN tarball before any sharing or installing of the code is attempted. This notably includes generating META.yml/META.json and adding them to MANIFEST, and leaving out any files not in MANIFEST.