diff options
author | James E Keenan <jkeenan@cpan.org> | 2012-12-02 09:07:40 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2012-12-07 20:05:03 -0500 |
commit | b1c96fce6c54beaec02dbeee42970beb56299347 (patch) | |
tree | 65c56a3a921eed0a53bfe45e371adf03517a156c /MANIFEST | |
parent | 8e7b23703b052410f0a5c87c7c5863840ec8f3d3 (diff) | |
download | perl-b1c96fce6c54beaec02dbeee42970beb56299347.tar.gz |
Have each test print out its description.
Accomplished by modifying the hard-coded 'print ok'-type statements. (These
tests were written in too idiosyncratic a manner to make conversion to
t/test.pl simple.
Correct order of files in MANIFEST.
See: RT #115838
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5247,7 +5247,6 @@ t/opbasic/cmp.t See if the various string and numeric compare work t/opbasic/concat.t See if string concatenation works t/opbasic/magic_phase.t See if ${^GLOBAL_PHASE} works t/opbasic/qq.t See if qq works -t/opbasic/sprintf.t See if sprintf works t/op/bless.t See if bless works t/op/blocks.t See if BEGIN and friends work t/op/bop.t See if bitops work @@ -5379,6 +5378,7 @@ t/op/splice.t See if splice works t/op/split.t See if split works t/op/split_unicode.t Test split /\s/ and Unicode t/op/sprintf2.t See if sprintf works +t/op/sprintf.t See if sprintf works t/op/srand.t See if srand works t/op/sselect.t See if 4 argument select works t/op/stash.t See if %:: stashes work |