This commit is contained in:
Eelco Dolstra 2008-11-10 10:27:52 +00:00
parent 8f42bf303f
commit 15edf10986

View file

@ -280,7 +280,7 @@ sub checkJobSet {
or die "cannot evaluate the Nix expression containing the jobs: $?"; or die "cannot evaluate the Nix expression containing the jobs: $?";
my $jobs = XMLin($jobsXml, my $jobs = XMLin($jobsXml,
ForceArray => [qw(value)], ForceArray => ['value', 'attr'],
KeyAttr => ['name'], KeyAttr => ['name'],
SuppressEmpty => '', SuppressEmpty => '',
ValueAttr => [value => 'value']) ValueAttr => [value => 'value'])