cvs commit: ponie/perl/lib open.t
[email protected] (Nicholas Clark) 29 Apr 2005 11:43:44 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/04/29 04:43:44
Modified: perl/lib open.t
Log:
Restarting the visit scan appears to have solved the %^H double free, so tack
out the TODO
Revision Changes Path
1.4 +0 -1 ponie/perl/lib/open.t
Index: open.t
===================================================================
RCS file: /cvs/public/ponie/perl/lib/open.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- open.t 4 Apr 2005 17:46:15 -0000 1.3
+++ open.t 29 Apr 2005 11:43:43 -0000 1.4
@@ -68,7 +68,6 @@
SKIP: {
skip("no perlio, no :utf8", 4) unless (find PerlIO::Layer 'perlio');
- skip ('XXX attempt to double free %^H via scope stack in this eval', 4);
eval <<EOE;
use open ':utf8';
open(O, ">utf8");