diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-09-27 21:37:58 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-09-27 22:20:27 -0700 |
commit | 07577ec1ef50e76463d80a4545e81fba69adae1e (patch) | |
tree | 747ec7de322a1e8aa6120739b0d67a66874b0965 /pod/perltodo.pod | |
parent | 84421bf073bbde15b37aa89169abd9952b6a84c8 (diff) | |
download | perl-07577ec1ef50e76463d80a4545e81fba69adae1e.tar.gz |
Modify the Perl_dirp_dup entry in perltodo
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 21ff1453f1..8ac0165911 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -1258,7 +1258,8 @@ Generally make ithreads more robust. See also L</iCOW> This task is incremental - even a little bit of work on it will help, and will be greatly appreciated. -One bit would be to write the missing code in sv.c:Perl_dirp_dup. +One bit would be to determine how to clone directory handles on systems +without a C<fchdir> function (in sv.c:Perl_dirp_dup). Fix Perl_sv_dup, et al so that threads can return objects. |