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
module-starter -mb --module test_module_starter Created test_module_starter Created test_module_starter/lib Created test_module_starter/lib/test_module_starter.pm Created test_module_starter/t Created test_module_starter/t/manifest.t Created test_module_starter/t/00-load.t Created test_module_starter/t/pod.t Created test_module_starter/t/pod-coverage.t Created test_module_starter/xt Created test_module_starter/xt/boilerplate.t Created test_module_starter/Build.PL Created test_module_starter/Changes Created test_module_starter/README Regenerating MANIFEST Can't find dist packages without a MANIFEST file Run 'Build manifest' to generate one WARNING: Possible missing or corrupt 'MANIFEST' file. Nothing to enter for 'provides' field in metafile. Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'test_module_starter' version '0.01' File 'MANIFEST.SKIP' does not exist: Creating a temporary 'MANIFEST.SK +IP' Added to MANIFEST: Build.PL Added to MANIFEST: Changes Added to MANIFEST: lib/test_module_starter.pm Added to MANIFEST: MANIFEST Added to MANIFEST: README Added to MANIFEST: t/00-load.t Added to MANIFEST: t/manifest.t Added to MANIFEST: t/pod-coverage.t Added to MANIFEST: t/pod.t Added to MANIFEST: xt/boilerplate.t Created starter directories and files
MANIFEST.SKIP.bak
cat MANIFEST.SKIP.bakI then
cd test_module_starter/ cp MANIFEST.SKIP.bak MANIFEST.SKIP ./Build disttest
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 |