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

  Changed paths:
    M pod/perlvar.pod

  Log Message:
  -----------
  perlvar.pod - fixup docs for ${^PREMATCH}, ${^MATCH} and ${^POSTMATCH}

At some point someone documented they work just like $`, $& and $'
but that is not the case, they still require the /p flag or they
won't be populated. Until we can sort out the code and be sure that
we want to make them exactly the same this patch fixes the docs.


Reply via email to