Bug 33745: Tell perlcritic we know what we are doing

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-07-18 10:22:59 +02:00 committed by Tomas Cohen Arazi
parent 8eda30af8c
commit 06cd446ac9
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -918,7 +918,7 @@ sub AUTOLOAD {
return $self->_result()->get_column($method);
}
};
no strict 'refs';
no strict 'refs'; ## no critic (strict)
*{$AUTOLOAD} = $accessor;
return $accessor->( $self, @_ );
}