summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2000-08-07 17:59:38 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-07 16:12:27 +0000
commit81689caa70f1ebdcb0b17a51c3e0742ee11ec130 (patch)
tree9176563e9a9dbc3242f7453a347c35ccf1aa34bf /MANIFEST
parent427f4adb1817daf51d5b7762a1ebb87394ca8ac8 (diff)
downloadperl-81689caa70f1ebdcb0b17a51c3e0742ee11ec130.tar.gz
Make bless(REF, REF) a fatal error, add bless tests.
Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk> p4raw-id: //depot/perl@6539
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 96eec9c3ec..add778700d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1398,6 +1398,7 @@ t/op/assignwarn.t See if OP= operators warn correctly for undef targets
t/op/attrs.t See if attributes on declarations work
t/op/auto.t See if autoincrement et all work
t/op/avhv.t See if pseudo-hashes work
+t/op/bless.t See if bless works
t/op/bop.t See if bitops work
t/op/chars.t See if character escapes work
t/op/chop.t See if chop works