Branch: refs/heads/leont/scalar-core
  Home:   https://github.com/Perl/perl5
  Commit: e73911d3cce83a8f7b0cdc5ad301f48c1f145e18
      
https://github.com/Perl/perl5/commit/e73911d3cce83a8f7b0cdc5ad301f48c1f145e18
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2023-07-23 (Sun, 23 Jul 2023)

  Changed paths:
    M MANIFEST
    M META.json
    M META.yml
    M ext/PerlIO-scalar/scalar.pm
    R ext/PerlIO-scalar/scalar.xs
    R ext/PerlIO-scalar/t/scalar.t
    R ext/PerlIO-scalar/t/scalar_ungetc.t
    M perlio.c
    M pod/perldiag.pod
    M t/base/rs.t
    M t/io/crlf.t
    M t/io/open.t
    M t/io/perlio.t
    A t/io/scalar.t
    A t/io/scalar_ungetc.t
    M t/io/utf8.t
    M t/op/goto.t
    M t/op/gv.t
    M t/op/inccode.t
    M t/op/print.t
    M t/op/pwent.t
    M t/uni/gv.t

  Log Message:
  -----------
  Move PerlIO::scalar into core

This moves PerlIO::scalar into core. This prevents unpredictable
behavior when the module can't be loaded, and also allows miniperl to
run tests that need :scalar handles.


Reply via email to