Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: a2492d6b02e70a6f1060b689d7be1c9bda71e71f https://github.com/Perl/perl5/commit/a2492d6b02e70a6f1060b689d7be1c9bda71e71f Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-03-15 (Sat, 15 Mar 2025)
Changed paths: M configpm M dist/Devel-PPPort/parts/inc/podtest M dist/Exporter/t/Exporter.t M dist/ExtUtils-CBuilder/t/00-have-compiler.t M dist/ExtUtils-CBuilder/t/01-basic.t M dist/ExtUtils-CBuilder/t/02-link.t M dist/ExtUtils-CBuilder/t/03-cplusplus.t M dist/I18N-Collate/t/I18N-Collate.t M dist/Safe/t/safe1.t M dist/Safe/t/safe2.t M dist/Safe/t/safe3.t M dist/Safe/t/safeload.t M dist/Safe/t/safenamedcap.t M dist/Safe/t/saferegexp.t M dist/Safe/t/safesecurity.t M dist/Safe/t/safesig.t M dist/Safe/t/safesort.t M dist/Safe/t/safeuniversal.t M dist/Safe/t/safeutf8.t M dist/Safe/t/safewrap.t M dist/autouse/t/autouse.t M dist/threads/lib/threads.pm M ext/Devel-Peek/t/Peek.t M ext/Fcntl/t/syslfs.t M ext/File-DosGlob/t/DosGlob.t M ext/File-Glob/t/basic.t M ext/File-Glob/t/case.t M ext/File-Glob/t/global.t M ext/File-Glob/t/taint.t M ext/File-Glob/t/threads.t M ext/Hash-Util/t/Util.t M ext/IPC-Open3/t/IPC-Open3.t M ext/Opcode/t/Opcode.t M ext/Opcode/t/ops.t M ext/POSIX/t/mb.t M ext/POSIX/t/posix.t M ext/POSIX/t/taint.t M ext/PerlIO-encoding/t/fallback.t M ext/Sys-Hostname/t/Hostname.t M ext/VMS-Filespec/lib/VMS/Filespec.pm M ext/VMS-Stdio/t/vms_stdio.t M ext/XS-APItest/t/my_cxt.t M ext/XS-Typemap/t/Typemap.t M ext/re/t/reflags.t M lib/AnyDBM_File.t M lib/B/Deparse-core.t M lib/DirHandle.t M lib/File/Compare.t M lib/FileHandle.t M lib/Net/hostent.t M lib/Unicode/UCD.t M lib/locale.t M lib/open.t M lib/sigtrap.t M os2/OS2/OS2-ExtAttr/t/os2_ea.t M os2/OS2/OS2-PrfDB/t/os2_prfdb.t M os2/OS2/OS2-REXX/t/rx_cmprt.t M os2/OS2/OS2-REXX/t/rx_dllld.t M os2/OS2/OS2-REXX/t/rx_emxrv.t M os2/OS2/OS2-REXX/t/rx_objcall.t M os2/OS2/OS2-REXX/t/rx_sql.test M os2/OS2/OS2-REXX/t/rx_tiesql.test M os2/OS2/OS2-REXX/t/rx_tievar.t M os2/OS2/OS2-REXX/t/rx_tieydb.t M os2/OS2/OS2-REXX/t/rx_varset.t M os2/OS2/OS2-REXX/t/rx_vrexx.t M pod/perlthrtut.pod M t/io/open.t M t/loc_tools.pl M t/op/coreamp.t M t/op/eval.t M t/op/lc.t M t/run/switches.t M t/run/todo.t M t/win32/runenv.t Log Message: ----------- remove indirect calls to import() method ... i.e. turn `import Foo "bar"` into `Foo->import("bar")`. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications