Subject: | File::Find::find() does not sort, but test expects it to |
If I read the test 00-installed-record.t correctly it expects that two
files found in a directory by File::Find::find() are sorted. This is not
the case and so the test often fails (according to cpan testers).
Example failing test from my smoker:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/10/msg5789899.html
Thanks,