summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-02-13 11:59:09 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2023-02-13 17:41:49 +0000
commit3249496afe65ad71b051caad311d33c4fdd43d8d (patch)
treed5a2c4401b61dd0ec7a7cdd3eecf0f23735b5cd7 /MANIFEST
parente98863010dd41bde8cde1ac333d1a53d3d1c282e (diff)
downloadperl-3249496afe65ad71b051caad311d33c4fdd43d8d.tar.gz
Unit-test classes and instances with threads
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 63d7ba0f4c..c1c2bfb618 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5648,6 +5648,7 @@ t/class/field.t See if class field declarations work
t/class/inherit.t See if class inheritance works
t/class/method.t See if class method declarations work
t/class/phasers.t See if class phaser blocks work
+t/class/threads.t See if classes work across multiple threads
t/cmd/elsif.t See if else-if works
t/cmd/for.t See if for loops work
t/cmd/mod.t See if statement modifiers work