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.not ok 1# The following files are not named in the MANIFEST file: C:\U +sers\user\Perl\AI-Embedding\AI-Embedding\ignore.txt, C:\Users\user\Pe +rl\AI-Embedding\AI-Embedding\t\01-openai.t, C:\Users\user\Perl\AI-Emb +edding\AI-Embedding\xt\boilerplate.t
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?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: What is ignore.txt
by hippo (Archbishop) on Jun 08, 2023 at 18:05 UTC | |
by Bod (Parson) on Jun 08, 2023 at 18:32 UTC | |
by GrandFather (Saint) on Jun 08, 2023 at 21:28 UTC | |
by cavac (Prior) on Jun 13, 2023 at 08:23 UTC | |
by Bod (Parson) on Jun 13, 2023 at 21:25 UTC | |
by GrandFather (Saint) on Jun 14, 2023 at 08:45 UTC | |
| |
by Corion (Patriarch) on Jun 08, 2023 at 19:07 UTC | |
by hippo (Archbishop) on Jun 08, 2023 at 21:00 UTC | |
Re: What is ignore.txt
by kcott (Archbishop) on Jun 08, 2023 at 21:27 UTC | |
Re: What is ignore.txt
by Discipulus (Canon) on Jun 09, 2023 at 10:01 UTC |