diff options
author | Ricardo SIGNES <rjbs@cpan.org> | 2008-04-18 14:02:38 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-04-26 21:22:56 +0000 |
commit | a26136ef4f31e2fb1d3630b5c3f021c56c89644b (patch) | |
tree | 29e6a919a59360a8551c8ecfb0aeb79a6919c44b /MANIFEST | |
parent | 5bf4f5b389a19d17ca9e817f6324c5868e0d30c5 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |