This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More standard library test scripts
authorGisle Aas <aas@aas.no>
Sat, 21 Sep 1996 22:59:56 +0000 (00:59 +0200)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Sat, 21 Sep 1996 22:59:56 +0000 (00:59 +0200)
commit1a3850a59b9c97ab76cb84b312a9b18e9a2cb3d6
tree3da90e5219cc38029477ff010a08c6dc5add516f
parent782014036373aee8ffee0c1b2c77f3a283d90dc7
More standard library test scripts

This is a collection of test scripts for the standard library modules.
Some of the tests does not pass unless some of the patches I have sent
out are applied.
16 files changed:
t/lib/checktree.t [new file with mode: 0644]
t/lib/env.t [new file with mode: 0644]
t/lib/fatal.t [new file with mode: 0644]
t/lib/filecache.t [new file with mode: 0644]
t/lib/filecopy.t [new file with mode: 0644]
t/lib/filefind.t [new file with mode: 0644]
t/lib/filepath.t [new file with mode: 0644]
t/lib/findbin.t [new file with mode: 0644]
t/lib/getopt.t [new file with mode: 0644]
t/lib/hostname.t [new file with mode: 0644]
t/lib/parsewords.t [new file with mode: 0644]
t/lib/searchdict.t [new file with mode: 0644]
t/lib/selectsaver.t [new file with mode: 0644]
t/lib/texttabs.t [new file with mode: 0644]
t/lib/textwrap.t [new file with mode: 0644]
t/lib/timelocal.t [new file with mode: 0644]