Fix a couple of encoding issues

This commit is contained in:
Eelco Dolstra
2016-10-24 16:08:19 +02:00
parent 3586bf28e4
commit f7ff7f741b
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package Hydra::Controller::JobsetEval;
use utf8;
use strict;
use warnings;
use base 'Hydra::Base::Controller::NixChannel';