summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@vipe.technion.ac.il>2007-08-14 21:19:53 -0700
committerAbhijit Menon-Sen <ams@wiw.org>2007-08-18 08:03:28 +0000
commitf233d283603b2a797a715547dc8cd2f426ef349f (patch)
tree00200fa83917f4545cace1fe7fb08ad92d23040b /MANIFEST
parenteee7770f948125835e9e241cf25412e5a30f14ff (diff)
downloadperl-f233d283603b2a797a715547dc8cd2f426ef349f.tar.gz
[perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's.
Message-Id: <rt-3.6.HEAD-10743-1187176792-1816.44647-75-0@perl.org> p4raw-id: //depot/perl@31732
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b4d5ea06e0..38edcca4ab 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3740,6 +3740,7 @@ t/op/oct.t See if oct and hex work
t/op/ord.t See if ord works
t/op/or.t See if || works in weird situations
t/op/override.t See if operator overriding works
+t/op/overload_integer.t See if overload::constant for integer works after "use".
t/op/pack.t See if pack and unpack work
t/op/pat.t See if esoteric patterns work
t/op/pos.t See if pos works