summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-12-16 23:03:42 +0000
committerNicholas Clark <nick@ccl4.org>2006-12-16 23:03:42 +0000
commit1ccdb7301362000755034d5e6a7e73f566973104 (patch)
tree0fa142dae37f66fff801c799e2f2d0829fbdec0b /MANIFEST
parent2e5b91de24d62e1e2bf0fd32a1d4d1d849cafc82 (diff)
downloadperl-1ccdb7301362000755034d5e6a7e73f566973104.tar.gz
Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)
to note when a proxy constant subroutine is copied. This allows us to correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a real GV. p4raw-id: //depot/perl@29566
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 390e026223..0a57c584d4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3362,6 +3362,7 @@ t/lib/Math/BigRat/Test.pm Math::BigRat test helper
t/lib/mypragma.pm An example user pragma
t/lib/mypragma.t Test the example user pragma
t/lib/NoExporter.pm Part of Test-Simple
+t/lib/proxy_constant_subs.t Test that Proxy Constant Subs behave correctly
t/lib/sample-tests/bailout Test data for Test::Harness
t/lib/sample-tests/bignum Test data for Test::Harness
t/lib/sample-tests/bignum_many Test data for Test::Harness