diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-30 15:52:27 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-30 15:52:27 +0100 |
commit | ef87f8cb0fe7c1217b1a82ff9caba721ed4fdb0f (patch) | |
tree | 015f9950f80cb08975b0c1a1097f955eecee3b88 /pod | |
parent | c670d04d4807efffdd8a4bf7bcde4693947c4262 (diff) | |
download | perl-ef87f8cb0fe7c1217b1a82ff9caba721ed4fdb0f.tar.gz |
Note 3 internals changes that need describing.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl5110delta.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index f8c6ebb0a0..8568520651 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -1740,6 +1740,18 @@ pre-processor macro C<PERL_SUB_DEPTH_WARN> to the desired value. =item * +TODO: C<SVt_RV> is gone. RVs are now stored in IVs + +=item * + +TODO: REGEXPs are first class + +=item * + +TODO: OOK is reworked, such that an OOKed scalar is PV not PVIV + +=item * + The J.R.R. Tolkien quotes at the head of C source file have been checked and proper citations added, thanks to a patch from Tom Christiansen. |