in reply to Re: Issues with first module build
in thread Issues with first module build
Ken, thanks! I've put the code into code tags. As an experiment, I created a totally new module and it seems to have the same issue issue with the MANIFEST.SKIP.
module-starter --version #module-starter v1.77 module-starter -mb --module test_module_starter
MANIFEST.SKIP.bak
cat MANIFEST.SKIP.bakI then
cd test_module_starter/ cp MANIFEST.SKIP.bak MANIFEST.SKIP ./Build disttest
Created META.yml and META.json Creating test_module_starter-0.01 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'test_module_starter' version '0.01' Building test_module_starter t/00-load.t ....... 1/? # Testing test_module_starter 0.01, Perl 5.030 +000, /usr/bin/perl t/00-load.t ....... ok t/manifest.t ...... 1/1 # Failed test at /usr/local/share/perl/5.30.0/Test/CheckManifest.pm +line 190. # got: 0 # expected: 1 # The following files are not named in the MANIFEST file: /home/leam/t +mp/test_module_starter/test_module_starter-0.01/_build/auto_features, + /home/leam/tmp/test_module_starter/test_module_starter-0.01/_build/b +uild_params, /home/leam/tmp/test_module_starter/test_module_starter-0 +.01/_build/cleanup, /home/leam/tmp/test_module_starter/test_module_st +arter-0.01/_build/config_data, /home/leam/tmp/test_module_starter/tes +t_module_starter-0.01/_build/features, /home/leam/tmp/test_module_sta +rter/test_module_starter-0.01/_build/magicnum, /home/leam/tmp/test_mo +dule_starter/test_module_starter-0.01/_build/notes, /home/leam/tmp/te +st_module_starter/test_module_starter-0.01/_build/prereqs, /home/leam +/tmp/test_module_starter/test_module_starter-0.01/_build/runtime_para +ms # MANIFEST: /home/leam/tmp/test_module_starter/test_module_starter-0.0 +1/MANIFEST # Looks like you failed 1 test of 1. t/manifest.t ...... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/pod-coverage.t .. ok t/pod.t ........... ok Test Summary Report ------------------- t/manifest.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=4, Tests=4, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.38 cusr + 0.02 csys = 0.44 CPU) Result: FAIL Failed 1/4 test programs. 1/4 subtests failed. Error executing 'Build test' in dist directory at /usr/share/perl5/Mod +ule/Build/Base.pm line 4086.
Perl Info
perl -V
Chronicler: The Domici War (domiciwar.net)
General Ne'er-do-well (github.com/LeamHall)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Issues with first module build
by kcott (Archbishop) on Jan 05, 2021 at 18:32 UTC | |
by Leitz (Scribe) on Jan 05, 2021 at 18:56 UTC | |
by shmem (Chancellor) on Jan 05, 2021 at 19:02 UTC | |
|
Re^3: Issues with first module build
by kcott (Archbishop) on Jan 05, 2021 at 16:12 UTC | |
|
Re^3: Issues with first module build
by stevieb (Canon) on Jan 05, 2021 at 09:04 UTC | |
by Leitz (Scribe) on Jan 05, 2021 at 10:22 UTC | |
by hippo (Archbishop) on Jan 05, 2021 at 10:38 UTC | |
by stevieb (Canon) on Jan 05, 2021 at 16:20 UTC | |
by stevieb (Canon) on Jan 05, 2021 at 16:24 UTC |