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

  Changed paths:
    M MANIFEST
    M META.json
    M META.yml
    M Porting/Maintainers.pl
    R 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 lib/PerlIO.pm
    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