Explorar el Código

tests: sort cached settings before save

Sven Nierlein hace 12 años
padre
commit
38ef9b60a0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      NPTest.pm

+ 1 - 0
NPTest.pm

@@ -460,6 +460,7 @@ sub SaveCache
   my( $dataDumper ) = new Data::Dumper( [ \%CACHE ] );
 
   $dataDumper->Terse(1);
+  $dataDumper->Sortkeys(1);
 
   print $fileHandle $dataDumper->Dump();