summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-12-26 11:22:38 +0000
committerNicholas Clark <nick@ccl4.org>2007-12-26 11:22:38 +0000
commitc975a42590d4415cbde1dbf125978db0461d609f (patch)
treee1fc97e50d235aed6e2072a83d8e844aa71a5d98 /MANIFEST
parent2421bbdb1200baaa9a87b6227e6892a09430146a (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 5c27821683..272672780e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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