In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/20e7cb7b07d971e21267d5b4312064b3382f71b8?hp=c670d04d4807efffdd8a4bf7bcde4693947c4262>
- Log ----------------------------------------------------------------- commit 20e7cb7b07d971e21267d5b4312064b3382f71b8 Author: Nicholas Clark <[email protected]> Date: Wed Sep 30 15:56:20 2009 +0100 Note that the CPAN/CPANPLUS side of deprecating modules from core is still TODO M pod/perl5110delta.pod commit 3f369777ff34e7a1fbc286cacee0ee0190293861 Author: Nicholas Clark <[email protected]> Date: Wed Sep 30 15:53:02 2009 +0100 Class::ISA and Shell are also deprecated from core. M pod/perl5110delta.pod commit ef87f8cb0fe7c1217b1a82ff9caba721ed4fdb0f Author: Nicholas Clark <[email protected]> Date: Wed Sep 30 15:52:27 2009 +0100 Note 3 internals changes that need describing. M pod/perl5110delta.pod ----------------------------------------------------------------------- Summary of changes: pod/perl5110delta.pod | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index f8c6ebb..19b8e81 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. @@ -2053,10 +2065,21 @@ of these modules warnings will issue a deprecation warning. =item * +C<Class::ISA> + +=item * + C<Pod::Plainer> +=item * + +C<Shell> + =back +Currently support to install from CPAN without a I<force> is C<TODO> in CPAN +and CPANPLUS. This will be addressed before 5.12.0 ships. + =item * C<suidperl> has been removed. It used to provide a mechanism to -- Perl5 Master Repository
