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:
parent
8eda30af8c
commit
06cd446ac9
1 changed files with 1 additions and 1 deletions
|
@ -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, @_ );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue