diff options
author | Tony Cook <tony@develop-help.com> | 2021-03-17 15:12:24 +1100 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2021-03-19 18:51:13 -0400 |
commit | 2e63b51a1ce2243da015983e9253835ebea2bee7 (patch) | |
tree | f01c39fd781617e200b183500d4f5ddd9df27408 /MANIFEST | |
parent | 5bf30e64ab9d93057d4cd01c9846b3a9dab788d6 (diff) | |
download | perl-2e63b51a1ce2243da015983e9253835ebea2bee7.tar.gz |
Split Config-dependent tests in t/opbasic/arith.t to t/op/arith2.t
Some tests in t/opbasic/arith.t used to depend on the perl configuration,
but t/opbasic/* is so basic tests that it should not depend on Config.pm.
Now these tests are splitted into separate test file under t/op/.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5775,6 +5775,7 @@ t/op/anonconst.t See if :const works t/op/anonsub.t See if anonymous subroutines work t/op/append.t See if . works t/op/args.t See if operations on @_ work +t/op/arith2.t See if arithmetic works t/op/array.t See if array operations work t/op/assignwarn.t See if OP= operators warn correctly for undef targets t/op/attrhand.t See if attribute handlers work |