![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
What is ignore.txtby Bod (Vicar) |
on Jun 08, 2023 at 17:47 UTC ( #11152699=perlquestion: print w/replies, xml ) | Need Help?? |
Bod has asked for the wisdom of the Perl Monks concerning the following question: I am trying to 'properly' build AI::Embedding and publish the next development version to CPAN. So, as kcott suggested, I have turned on RELEASE_TESTING and I am running the tests using prove. My user tests are now passing but I am stuck on the author tests. Attempting to prove -vb t/manifest.t I get the following error: All these files were created by Module::Starter. What is ignore.txt used for and does it need to be added to the manifest file? What is a xt directory for? Can I ignore or delete it? For slightly later, once I've built the module, should I delete the blib directory before make dist? Also, because I have AI::Embedding v0.1_1 installed, I had to add use lib 'lib'; to the test files to make the tests use the right version of the module. Will this create difficulties if it is left in when the module gets uploaded to CPAN?
Back to
Seekers of Perl Wisdom
|
|