summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRicardo SIGNES <rjbs@cpan.org>2008-04-18 14:02:38 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-04-26 21:22:56 +0000
commita26136ef4f31e2fb1d3630b5c3f021c56c89644b (patch)
tree29e6a919a59360a8551c8ecfb0aeb79a6919c44b /MANIFEST
parent5bf4f5b389a19d17ca9e817f6324c5868e0d30c5 (diff)
downloadperl-a26136ef4f31e2fb1d3630b5c3f021c56c89644b.tar.gz
New tests (and TODO tests) for ~~ and overloading,
based on: Subject: object ~~ overloading and not Message-ID: <20080418220238.GA91526@knight.local> p4raw-id: //depot/perl@33750
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index da2b9ace7e..414dac6748 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3970,6 +3970,7 @@ t/op/runlevel.t See if die() works from perl_call_*()
t/op/rxcode.t See if /(?{ code })/ works
t/op/sleep.t See if sleep works
t/op/smartmatch.t See if the ~~ operator works
+t/op/smobj.t See how the ~~ operator works with overloading
t/op/sort.t See if sort works
t/op/splice.t See if splice works
t/op/split.t See if split works