X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FFormat.pm;h=146ffb01868a91666d1ad7ec57b190303e5ca9cb;hp=cc5f0f83d7114f8cfbffafa62119f664dc7772bc;hb=561871777e659371360d00b15de892d07eb428ea;hpb=3e7fd9031ca5f299f08ee12718ea8938dbb4277a diff --git a/lib/Gruntmaster/Daemon/Format.pm b/lib/Gruntmaster/Daemon/Format.pm index cc5f0f8..146ffb0 100644 --- a/lib/Gruntmaster/Daemon/Format.pm +++ b/lib/Gruntmaster/Daemon/Format.pm @@ -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);