# New Ticket Created by  Bernhard Schmalhofer 
# Please include the string:  [perl #40972]
# in the subject line of all future correspondence about this issue. 
# <URL: 
http://rt.perl.org/rt3/Ticket/Display.html?id=40972 >
Hi,
 
in t/pmc/env.t I noticed that an Iterator test is skipped under Win23:
   skip 'iterator not available on win32' => 1
        if 'MSWin32' eq $^O;
Is this still necessary?
Regards,
  Bernhard