I'm using mbtiny and Minilla to build and release my module to github and CPAN. I've been reading (and re-reading) Minilla::Tutorial and App-ModuleBuildTiny to figure out how to use these tools.

I noticed that the new version of my upload to CPAN wasn't showing up as the latest version. I found that the newest version of meta.yml has the old version as the latest. I found the problem is that meta.yml is generated by mbtiny but then when I run minil release it prompts me to bump up the version. That means meta.yml doesn't get bumped up to the new rev and shows the old revision as the latest.

My solution for now is to run minil release a second time without increasing the revision. Minilla has to have a comment for the new rev in the changes file but it doesn't require an actual increase in the revision level to do the release.

I'm wondering if there is a way to get Minilla to run mbtiny after the rev is bumped up. Does anyone here have experience with Minilla and mbtiny? Is there an easier alternative to these two?

Update: My workaround of releasing a second time without bumping up the version doesn't work.


In reply to mbtiny and Minilla workflow - one rev behind in CPAN by Lotus1

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.