From a146fdcd6fb2ad84625c29876c1fd1a780fbf0b3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 18 May 2011 08:01:39 +0200 Subject: App/Hashl: files: Do not return sorted --- lib/App/Hashl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/App/Hashl.pm') diff --git a/lib/App/Hashl.pm b/lib/App/Hashl.pm index f95653a..0e08794 100644 --- a/lib/App/Hashl.pm +++ b/lib/App/Hashl.pm @@ -202,7 +202,7 @@ Returns a list of all file names in the database sub files { my ($self) = @_; - return sort keys %{ $self->{files} }; + return keys %{ $self->{files} }; } =item $hashl->add_file(I<%data>) -- cgit v1.2.3