summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-02-09 17:08:59 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-02-10 14:37:25 +0000
commit9bf25cf083493be6ba4df71fd884626369153fce (patch)
treed343f936366463cf8c4573bd1c37fa3f1acce35f /MANIFEST
parent69953ef3f17b02d83fb922e406db19fbd39f6fa3 (diff)
downloadperl-9bf25cf083493be6ba4df71fd884626369153fce.tar.gz
Initial implementation of subclassing, via :isa class attribute
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 75dade77eb..949ed2a0d6 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5644,6 +5644,7 @@ t/class/class.t See if class declarations work
t/class/construct.t See if class constructors work
t/class/destruct.t See if class destruction works
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/cmd/elsif.t See if else-if works