I remember Ilya struggling and swearing about the way the emacs maintainers patched code and broke backwards compatibility.

Yes, that was the case for some time, leading to Emacs maintainers not wanting to touch bugs in CPerl mode. Back then Ilya maintained his own version for downloading, and Emacs maintainers occasionally applied his changes with new Emacs releases. This continued until 2009. But Ilya's archive is gone by now, so there's no longer an "upstream" for the bundled version.

Five years ago Ilya announced that he could not touch for CPerl mode for years, and he would let us know if/when he's back. This has not happened until today.

Since then, there was a CPerl version bundled with Emacs, and for this bundled version there was no particular reason to keep backwards compatibility. So, the Emacs maintainers eliminated workarounds for Emacs 19, XEmacs specifics, and also functions which were deprecated in Emacs. This continues until today.

As I found out, the Emacs maintainers these days review and accept patches for CPerl mode, so I started providing them last year. At first, working through the list of known bugs, and then adding new stuff. Also among these patches were backports for some functions so that this bundled version of CPerl mode now works with Emacs 26.1 and above.

So, practically it means that M-x report-emacs-bug is the best way to report bugs in CPerl mode. On the plus side, these bug reports get more attention today than they did ten years ago.


In reply to Re^8: IDE for Perl programming? by haj
in thread IDE for Perl programming? by rsFalse

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.