diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-12-16 23:03:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-12-16 23:03:42 +0000 |
commit | 1ccdb7301362000755034d5e6a7e73f566973104 (patch) | |
tree | 0fa142dae37f66fff801c799e2f2d0829fbdec0b /MANIFEST | |
parent | 2e5b91de24d62e1e2bf0fd32a1d4d1d849cafc82 (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |