diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-25 14:27:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-25 14:27:01 +0000 |
commit | 69026470e9d2e2c7bf7b03f351d6e98a6d6f29f3 (patch) | |
tree | c194809a1212142d6e379732826ee7e74db2bded /MANIFEST | |
parent | 81ba8d9690fde862b2e9f40e3edd1700854de746 (diff) | |
download | perl-69026470e9d2e2c7bf7b03f351d6e98a6d6f29f3.tar.gz |
Replace the use Test::More in t/{op,io,run} with t/test.pl.
Note: io/binmode is failing, have to figure out why.
p4raw-id: //depot/perl@12198
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2204,11 +2204,12 @@ t/run/exit.t Test perl's exit status. t/run/kill_perl.t Tests that kill perl. t/run/runenv.t Test if perl honors its environment variables. t/TEST The regression tester +t/test.pl Simple testing library t/TestInit.pm Preamble library for core tests taint.c Tainting code thrdvar.h Per-thread variables thread.h Threading header -Todo.micro The Wishlist for microperl +Todo.micro The Wishlist for microperl toke.c The tokener uconfig.h Configuration header for microperl uconfig.sh Configuration script for microperl |