in reply to Re^5: IDE for Perl programming?
in thread IDE for Perl programming?

> I think you meant mailing to bug-gnu-emacs@gnu.org ?

Yes, link fixed, thanks.

> this should be done by the cperl maintainers

That's OK, check the bug tracker. Mention "cperl" in the subject of the e-mail as I did.

> Which and who's cperl-version is bundled with emacs?

You can git clone the Emacs repo and see. All the changes from jrockway's repo have been incorporated there, plus some more. That's the official place. Hasn't it been mentioned here already by haj? Or has it been just in his clone of the repo?

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^7: IDE for Perl programming?
by haj (Vicar) on Mar 12, 2021 at 15:03 UTC

    To add some more details: The official Emacs repo at https://git.savannah.gnu.org/cgit/emacs.git contains changes from the master branch of Jonathan Rockway's work - so his changes to accommodate for MooseX::Declare is not included there.

    In that repo I've also patched about a dozen or so old and ancient bugs, plus some I've discovered myself. At least one patch is still outstanding to fix indentation after package Foo { ...; }, but most of the work to bring it to Perl 5.30 is done. For example, the new package syntax as well as lexical subroutines should now work with the speedbar.

    In my own repo the master branch has some experimental stuff, including support for Moo* and other extensions which bring their own keywords. The upstream branch is occasionally synchronized with the "official" Emacs master branch (I've done it right now).