Changes for version 0.15 - 2026-05-17
- replace \do{local*_} globref with named glob string (Module::FH::H<n>) in open(), opendir(), sysopen(), pipe(), socket(), accept()
- add no strict 'refs' guards for all named glob dereferences
- Perl 5.005_03 does not support I/O via globref; named glob string works on Perl 5.005_03 and all later versions
- remove checking $_[1] of accept()
- created by INABA Hitoshi
Modules
Autovivification, Autodie, and 3-args open support