The Makefile.PL and Build.PL are auto-generated by Dist::Zilla, so they are included in the distribution tar-ball uploaded to PAUSE/CPAN.
I will look into writing up documentation on how to install directory from the repository.
Thank you for the feedback - as a Perl developer you too often expect everybody to know and use CPAN, which might not be the case, so your feedback it most welcome, since I would prefer to be more inclusive in that regard.
Oh, thanks for clarification. I have been working on a perl project (in-house/closed-source unfortunately), which was using ExtUtils::MakeMaker for auto-generating the Makefile based on Makefile.PL. But I didn't know that there's also an auto generator for Makefile.PL.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I think you need to update the
INSTALLfile, because there's neither aBuild.plnor aMakefile.plin the repo.Hi thorstenhirsch
The
Makefile.PLandBuild.PLare auto-generated by Dist::Zilla, so they are included in the distribution tar-ball uploaded to PAUSE/CPAN.I will look into writing up documentation on how to install directory from the repository.
Thank you for the feedback - as a Perl developer you too often expect everybody to know and use CPAN, which might not be the case, so your feedback it most welcome, since I would prefer to be more inclusive in that regard.
Take care and stay safe,
jonasbn
Oh, thanks for clarification. I have been working on a perl project (in-house/closed-source unfortunately), which was using
ExtUtils::MakeMakerfor auto-generating theMakefilebased onMakefile.PL. But I didn't know that there's also an auto generator forMakefile.PL.