diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-12-26 11:22:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-12-26 11:22:38 +0000 |
commit | c975a42590d4415cbde1dbf125978db0461d609f (patch) | |
tree | e1fc97e50d235aed6e2072a83d8e844aa71a5d98 /MANIFEST | |
parent | 2421bbdb1200baaa9a87b6227e6892a09430146a (diff) | |
download | perl-c975a42590d4415cbde1dbf125978db0461d609f.tar.gz |
A test for upgrading scalars. Curiously, before this, lib/Math/Trig.t
was the only code anywhere in the build or testsuite that upgraded an
NV to an RV.
p4raw-id: //depot/perl@32724
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3932,6 +3932,7 @@ t/op/tr.t See if tr works t/op/undef.t See if undef works t/op/universal.t See if UNIVERSAL class works t/op/unshift.t See if unshift works +t/op/upgrade.t See if upgrading and assigning scalars works t/op/utf8decode.t See if UTF-8 decoding works t/op/utfhash.t See if utf8 keys in hashes behave t/op/utftaint.t See if utf8 and taint work together |