- lib/attrs
- Compatibility tests for
sub : attrs vs the older use attrs.
- lib/env
- Tests for new environment scalar capability (e.g.,
use Env qw($BAR);).
- lib/env-array
- Tests for new environment array capability (e.g.,
use Env qw(@PATH);).
- lib/io_const
- IO constants (SEEK_*, _IO*).
- lib/io_dir
- Directory-related IO methods (new, read, close, rewind, tied delete).
- lib/io_multihomed
- INET sockets with multi-homed hosts.
- lib/io_poll
- IO poll().
- lib/io_unix
- UNIX sockets.
- op/attrs
- Regression tests for
my ($x,@y,%z) : attrs and <sub : attrs>.
- op/filetest
- File test operators.
- op/lex_assign
- Verify operations that access pad objects (lexicals and temporaries).
- op/exists_sub
- Verify
exists &sub operations.
|
|