http://qs1969.pair.com?node_id=11138166


in reply to Re: Trying to build a module for upload to CPAN
in thread Trying to build a module for upload to CPAN

Ugh .. so what minil is asking is "What version are we building today? (As in, what's the next version that's going to get uploaded to CPAN?)" At the end of a long day, this is not the kind of mental gymnastics I am able to comprehend.

OK -- thanks for that. I entered 0.01 this time, and looked fine until .. it failed in exactly the same way. My repo is here: https://github.com/talexb/CSVDB.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

Replies are listed 'Best First'.
Re^3: Trying to build a module for upload to CPAN
by Anonymous Monk on Oct 30, 2021 at 01:39 UTC
    Well, on my system, this is the test results:
    t/20-cmdline.t (Wstat: 11520 Tests: 50 Failed: 45) Failed tests: 2-10, 12-20, 22-30, 32-40, 42-50 Non-zero exit status: 45 t/21-cmdline.t (Wstat: 4608 Tests: 20 Failed: 18) Failed tests: 2-10, 12-20 Non-zero exit status: 18 t/22-cmdline.t (Wstat: 17664 Tests: 77 Failed: 69) Failed tests: 2-5, 7-12, 14, 16-21, 23-32, 34-45, 47-60 62-77 Non-zero exit status: 69 xt/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0) TODO passed: 1, 3 xt/minilla/spelling.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1
    You're still missing a LICENSE file but your cpanfile should look like this:
    requires 'perl' => 5.8.1; requires 'Text::CSV' => 0;
    Minilla comes with the functionality to create new dists with minil new [project here]. It'll lay everything out including your cpanfile, LICENSE, minil.toml etc.

      Thanks for the feedback! I'll make those updates and get things sorted out Sunday. I think I saw those errors already and solved it, but it's been a full 24 hours (two hour support call at 6am, four hours of driving, super busy week).

      Alex / talexb / Toronto

      Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.