diff options
author | Shlomi Fish <shlomif@vipe.technion.ac.il> | 2007-08-14 21:19:53 -0700 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2007-08-18 08:03:28 +0000 |
commit | f233d283603b2a797a715547dc8cd2f426ef349f (patch) | |
tree | 00200fa83917f4545cace1fe7fb08ad92d23040b /MANIFEST | |
parent | eee7770f948125835e9e241cf25412e5a30f14ff (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |