From: Don Armstrong Date: Tue, 8 Aug 2017 15:05:36 +0000 (-0700) Subject: do not use HRI in arch selection X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=16ce66fe6b9c3125f2dcc041ad35764aee0e4dec do not use HRI in arch selection --- diff --git a/Debbugs/DB/Load.pm b/Debbugs/DB/Load.pm index 86662f3..e51a8b2 100644 --- a/Debbugs/DB/Load.pm +++ b/Debbugs/DB/Load.pm @@ -479,8 +479,7 @@ sub load_debinfo { $cache->{arch}{$binarch} = $s->resultset('Arch')-> find_or_create({arch => $binarch}, - {result_class => 'DBIx::Class::ResultClass::HashRefInflator'}, - )->{id}; + )->id(); } $arch = $cache->{arch}{$binarch}; my $bp;