Support downloads-only non-validating tests.
[MyWeb.git] / Hash / RecordKeys.pm
index 653c5a2..c818c9a 100644 (file)
@@ -41,7 +41,7 @@ sub accessed($)
 {
 my($self)=@_;
 
-       return keys(%{$self->{"keyshash"}})
+       return sort keys(%{$self->{"keyshash"}})
 }
 
 sub STORE($$$)