This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate tryAMAGICunW() by refactoring tryAMAGICun{DEREF,TARGET}
[perl5.git] / t / porting / checkcase.t
index 527af22..6ae1cf8 100644 (file)
@@ -20,9 +20,10 @@ find(sub {
           push @{$files{lc $name}}, $name;
         }, '..');
 
-foreach (values %files) {
+foreach (sort values %files) {
     if (@$_ > 1) {
                print "not ok ".++$test_count. " - ". join(", ", @$_), "\n";
+               print STDERR "# $_\n" foreach @$_;
     } else {
                print "ok ".++$test_count. " - ". join(", ", @$_), "\n";
        }