Branch: refs/heads/yves/perlvar_last_successful_match
  Home:   https://github.com/Perl/perl5
  Commit: 269e1fd0e78920d6871af8b4e710d582f4b60601
      
https://github.com/Perl/perl5/commit/269e1fd0e78920d6871af8b4e710d582f4b60601
  Author: Yves Orton <[email protected]>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M gv.c

  Log Message:
  -----------
  gv.c - in comments for ${^LONG_NAMES} use the curly braces

You can't say $^ENCODING, you need to say ${^ENCODING}, so spell it
right in the comments.


  Commit: f5b65432e963866f25e54429423242c7c4baa323
      
https://github.com/Perl/perl5/commit/f5b65432e963866f25e54429423242c7c4baa323
  Author: Yves Orton <[email protected]>
  Date:   2023-03-13 (Mon, 13 Mar 2023)

  Changed paths:
    M gv.c
    M mg.c
    M pod/perldelta.pod
    M pod/perlop.pod
    M pod/perlvar.pod
    M t/re/pat.t

  Log Message:
  -----------
  mg.c - add support for ${^LAST_SUCCESSFUL_PATTERN}

@ether asked if we had this, and I had to say "no", which was a shame as
obviously the code involved isn't very complicated.  At the very least
this can be useful for debugging and probably testing.


Compare: https://github.com/Perl/perl5/compare/269e1fd0e789%5E...f5b65432e963

Reply via email to