Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Trying to build a module for upload to CPAN

by Anonymous Monk
on Oct 29, 2021 at 03:08 UTC ( [id://11138165]=note: print w/replies, xml ) Need Help??


in reply to Trying to build a module for upload to CPAN

I just want to package up the *existing* version.
That's what it's doing. Your next stable version in this case would be 0.01.

Without a link to your repo, best guess is you also have a minimum version set in code or your cpanfile.

Replies are listed 'Best First'.
Re^2: Trying to build a module for upload to CPAN
by talexb (Chancellor) on Oct 29, 2021 at 03:50 UTC
      Your next stable version in this case would be 0.01.

    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.

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11138165]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-03-29 11:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found