&accessed: Return the list &sort-ed, it is safer for everyone such way.
authorshort <>
Wed, 21 Sep 2005 04:54:10 +0000 (04:54 +0000)
committershort <>
Wed, 21 Sep 2005 04:54:10 +0000 (04:54 +0000)
Hash/RecordKeys.pm

index 653c5a2..c818c9a 100644 (file)
@@ -41,7 +41,7 @@ sub accessed($)
 {
 my($self)=@_;
 
 {
 my($self)=@_;
 
-       return keys(%{$self->{"keyshash"}})
+       return sort keys(%{$self->{"keyshash"}})
 }
 
 sub STORE($$$)
 }
 
 sub STORE($$$)