Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: ec57fb93199ca1a31750d2ba7af329d93a0f2df3 https://github.com/Perl/perl5/commit/ec57fb93199ca1a31750d2ba7af329d93a0f2df3 Author: Leon Timmermans <faw...@gmail.com> Date: 2023-07-25 (Tue, 25 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.