X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/c4aca7d03737ddcac23de1ad6d597e98be679214..e1b8f2440d42d1ef507b8ee444aca4c022615fdf:/pod/perltodo.pod diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 09ed1ff..5cc07d4 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -153,10 +153,6 @@ as a module on CPAN. Allow lexical aliases (maybe via the syntax C. -=head2 no 6 - -Make C and C work (opposite of C, etc.). - =head2 IPv6 Clean this up. Check everything in core works @@ -164,7 +160,7 @@ Clean this up. Check everything in core works =head2 entersub XS vs Perl At the moment pp_entersub is huge, and has code to deal with entering both -perl and and XS subroutines. Subroutine implementations rarely change between +perl and XS subroutines. Subroutine implementations rarely change between perl and XS at run time, so investigate using 2 ops to enter subs (one for XS, one for perl) and swap between if a sub is redefined. @@ -312,7 +308,7 @@ Some more nebulous ideas =item * -Re-implement C<:unique> in a way that is actualy thread-safe +Re-implement C<:unique> in a way that is actually thread-safe =item *