ken@titan ~/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2 $ ls -al total 23 drwxr-xr-x 1 ken None 0 Jun 2 22:14 . drwxr-xr-x 1 ken None 0 Jun 3 09:14 .. -rw-r--r-- 1 ken None 425 Jun 2 21:54 Changes drwxr-xr-x 1 ken None 0 Jun 2 22:15 lib -rw-r--r-- 1 ken None 1819 Jun 2 21:50 Makefile.PL -rw-r--r-- 1 ken None 304 Jun 2 22:14 MANIFEST -rw-r--r-- 1 ken None 1169 Jun 2 22:14 META.json -rw-r--r-- 1 ken None 675 Jun 2 22:14 META.yml -rw-r--r-- 1 ken None 1353 May 30 20:54 README drwxr-xr-x 1 ken None 0 Jun 2 22:14 t #### ken@titan ~/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2 $ perl Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for AI::Embedding Writing MYMETA.yml and MYMETA.json ken@titan ~/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2 $ make cp lib/AI/Embedding.pm blib/lib/AI/Embedding.pm Manifying 1 pod document ken@titan ~/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2 $ export RELEASE_TESTING=1 ken@titan ~/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2 $ make test PERL_DL_NONLAZY=1 "/home/ken/perl5/perlbrew/perls/perl-5.36.0/bin/perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ....... Use of uninitialized value in concatenation (.) or string at /home/ken/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2/blib/lib/AI/Embedding.pm line 59. t/00-load.t ....... 1/1 # Testing AI::Embedding 0.12, Perl 5.036000, /home/ken/perl5/perlbrew/perls/perl-5.36.0/bin/perl t/00-load.t ....... ok t/manifest.t ...... skipped: Test::CheckManifest 0.9 required t/pod-coverage.t .. Use of uninitialized value in concatenation (.) or string at /home/ken/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2/blib/lib/AI/Embedding.pm line 59. t/pod-coverage.t .. 1/1 # Failed test 'Pod coverage on AI::Embedding' # at /home/ken/perl5/perlbrew/perls/perl-5.36.0/lib/site_perl/5.36.0/Test/Pod/Coverage.pm line 133. # Coverage for AI::Embedding is 77.8%, with 2 naked subroutines: # test # test_embedding # Looks like you failed 1 test of 1. t/pod-coverage.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/pod.t ........... ok Test Summary Report ------------------- t/pod-coverage.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=4, Tests=3, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.36 cusr 0.39 csys = 0.81 CPU) Result: FAIL Failed 1/4 test programs. 1/3 subtests failed. make: *** [Makefile:857: test_dynamic] Error 255 #### ken@titan ~/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2 $ make test PERL_DL_NONLAZY=1 "/home/ken/perl5/perlbrew/perls/perl-5.36.0/bin/perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ....... Use of uninitialized value in concatenation (.) or string at /home/ken/tmp/pm_11152618_rfc_doco/AI-Embedding-0.1_2/blib/lib/AI/Embedding.pm line 59. t/00-load.t ....... 1/1 # Testing AI::Embedding 0.12, Perl 5.036000, /home/ken/perl5/perlbrew/perls/perl-5.36.0/bin/perl t/00-load.t ....... ok t/manifest.t ...... Bailout called. Further testing stopped: Cannot find a MANIFEST. Please check! t/manifest.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests FAILED--Further testing stopped: Cannot find a MANIFEST. Please check! make: *** [Makefile:857: test_dynamic] Error 255 #### is_deeply([manicheck()], [], 'Check files in "MANIFEST" exist.'); is_deeply([filecheck()], [], 'Check for files not in "MANIFEST" or "MANIFEST.SKIP".'); #### $ cat ~/.module-starter/config author: Ken Cotterill email: kcott@cpan.org builder: ExtUtils::MakeMaker plugins: Module::Starter::PBP template_dir: /home/ken/.module-starter/P536