In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/63545cd8b35d0a75c86800927564a9879ba1e0bf?hp=969c6694443bf4385fae215cd8a6f09e86840ea4>
- Log ----------------------------------------------------------------- commit 63545cd8b35d0a75c86800927564a9879ba1e0bf Author: David Mitchell <[email protected]> Date: Fri Jun 12 12:22:20 2015 +0100 sv.h: document additional use of SVp_SCREAM flag ----------------------------------------------------------------------- Summary of changes: sv.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sv.h b/sv.h index 665c330..d0d8b65 100644 --- a/sv.h +++ b/sv.h @@ -365,6 +365,7 @@ perform the upgrade if necessary. See C<svtype>. #define SVp_NOK 0x00002000 /* has valid non-public numeric value */ #define SVp_POK 0x00004000 /* has valid non-public pointer value */ #define SVp_SCREAM 0x00008000 /* method name is DOES */ + /* eval cx text is ref counted */ #define SVphv_CLONEABLE SVp_SCREAM /* PVHV (stashes) clone its objects */ #define SVpgv_GP SVp_SCREAM /* GV has a valid GP */ #define SVprv_PCS_IMPORTED SVp_SCREAM /* RV is a proxy for a constant -- Perl5 Master Repository
