Revision history for this software.
0.12 2026-05-17 00:00:00
- add =head1 VERSION to POD
- add =head1 TABLE OF CONTENTS to POD
- add =head1 INSTALLATION to POD
- add =head1 COMPATIBILITY to POD
- add =head1 DIAGNOSTICS to POD
- update README: add INSTALLATION, COMPATIBILITY, LICENSE AND COPYRIGHT sections
- 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
- created by INABA Hitoshi
0.11 2021-08-29 00:00:00
- Perl 5.8 is now considered older Perl
- created by INABA Hitoshi
0.10 2021-08-24 00:00:00
- remove checking $_[1] of accept()
- remove 009_accept.t
- created by INABA Hitoshi
0.09 2021-08-23 00:00:00
- quote tests by eval q{ ... }
- created by INABA Hitoshi
0.08 2021-08-21 00:00:00
- use bareword::filehandles module when Perl 5.008001 or later
- use multidimensional module when Perl 5.008001 or later
- created by INABA Hitoshi
0.07 2021-08-19 00:00:00
- gives caller package "no feature qw(indirect);"
- add SEE ALSO of POD
- add CONTRIBUTING
- created by INABA Hitoshi
0.06 2021-05-12 00:00:00
- gives caller package "use feature qw(signatures); no warnings qw(experimental::signatures);"
- created by INABA Hitoshi
0.05 2021-05-08 00:00:00
- fix confess() messages
- created by INABA Hitoshi
0.04 2021-03-16 00:00:00
- fix Perl7::Handy::confess() message
- created by INABA Hitoshi
0.03 2020-09-06 00:00:00
- SKIP on CPAN: 101_use_strict.t
- SKIP on CPAN: 104_no_multidimensional.t
- created by INABA Hitoshi
0.02 2020-09-06 00:00:00
- fix 101_use_strict.t and 104_no_multidimensional.t
- created by INABA Hitoshi
0.01 2020-09-05 00:00:00
- original version
- created by INABA Hitoshi