[MacPerl-Porters] MacPerl 5.8 TODO
[email protected] (Thomas Wegner) Thu, 30 May 2002 18:51:49 +0200
| Newsgroups | perl.macperl.porters |
|---|---|
| Message-ID | <p04320401b91c060b9441@[149.225.13.104]> |
This is a TODO for the release of MacPerl 5.8. If you want to do
anything on the list, please post here so we can coordinate. A person's
name in () denotes that person is working on it.
various bugs (see http://sf.net/tracker/?atid=107940&group_id=7940)
ext/ tests
* All tested, various tests fixed
* Time::HiRes fails with various alarms (Chris)
* Devel::DProf tests don't work
lib/ tests
* Tested through E* so far, except CPAN/t
* Tested from M* to the end, various tests fixed
* CGI/carp.t [open] -- not ok 28 with MP app, ok with tool
* CPAN tests [open]
* Devel/SelfStubber.t [open] -- makes system() calls, fails badly
* English.t [open] -- not ok 48, see note below
* File/DosGlob.t [fixed]
* (Rest of) F*-L* [open]
NOTES:
*** English.t
Looks as if
eval { open('') };
does not set $OS_ERROR{ENOENT}. Should it ?
not ok 48 - %OS_ERROR (ENOENT should be set)
# Failed test (English.t at line 128)
Best regards,
--Thomas