TT#68300 Stop using English

This module is rather fat, and we can just use $! which is as
understandable.

Change-Id: Ie49515a5ec68975a02f9c62cd27c5e8e5c836e08
changes/11/34111/5
Guillem Jover 6 years ago
parent 83d3657979
commit b6f3438e9a

@ -3,7 +3,6 @@ use strict;
use warnings;
use feature qw(state);
use English qw(-no_match_vars);
use Carp;
use Config::Tiny;
use JSON::XS;
@ -18,7 +17,7 @@ sub _load_config_defaults {
if (-e $cfg_file) {
$cfg = Config::Tiny->read($cfg_file)
or croak("Cannot read $cfg_file: $ERRNO");
or croak("Cannot read $cfg_file: $!");
}
Readonly my $config => {

Loading…
Cancel
Save