http://www.perlmonks.org?node_id=600333


in reply to Bugs in File::Find on Windows

First, can you please post the wanted() sub? Without it, I can't see if you have a problem or not.

Second, if you have a wanted() sub, could you please open a perlbug on this?


Test your modules with bleadperl!

  rsync -avz rsync://public.activestate.com/perl-current/ .
  ./Configure -des -Dusedevel -Dprefix=/path/to/test/perl
  make test
  make install

Now, please test you modules! If you have test failures that don't happen with Perl 5.8.8, send a simplified test case to

perlbug at perl.org