summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2021-03-17 15:12:24 +1100
committerJames E Keenan <jkeenan@cpan.org>2021-03-19 18:51:13 -0400
commit2e63b51a1ce2243da015983e9253835ebea2bee7 (patch)
treef01c39fd781617e200b183500d4f5ddd9df27408 /MANIFEST
parent5bf30e64ab9d93057d4cd01c9846b3a9dab788d6 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index fc6052425d..780804ef43 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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