That's exactly why I'm going to try to learn what the process is and take it over if I can

For the point ("subversion") releases of perl there's not so much involved - it's pretty much just a case of building that latest point release and uploading it along with the already-existing C toolchain and libraries.
However, for the once-a-year new "version" release there are tasks to be performed that might not be so trivial - eg:
1) build a new mingw64 port of gcc for inclusion in the package - though 5.32.0 stayed with gcc-8.3.0 (same as 5.30.0);
2) build the latest version of the C libraries that Strawberry provides ... which can be even less trivial when it comes to building the C libraries that ship with the "PDL" build;
3) build the latest versions of the "vendor" modules that Strawberry provides (against the latest versions of the afore-mentioned C libraries, where applicable).

However, by my reckoning it has been 168 days since perl-5.34.0 was released, and it shouldn't take that long to perform these tasks.
I have seen no requests for any help with any of those tasks ... nor any explanation of why it's taking so long.
I can only assume that the major problem is one of apathy.

Cheers,
Rob

In reply to Re^3: berrybrew version 1.36 released! by syphilis
in thread berrybrew version 1.36 released! by stevieb

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.