Fix test failure introduced several commits ago
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon / Format.pm
index cc5f0f83d7114f8cfbffafa62119f664dc7772bc..146ffb01868a91666d1ad7ec57b190303e5ca9cb 100644 (file)
@@ -84,7 +84,7 @@ sub prepare{
 sub prepare_files{
        my $meta = shift;
 
-       for my $file (values $meta->{files}) {
+       for my $file (values %{$meta->{files}}) {
                my ($format, $name, $content) = @{$file}{qw/format name content/};
 
                $file->{run} = mkrun($format);
This page took 0.009159 seconds and 4 git commands to generate.