[Koha-bugs] [Bug 33745] Speed up Koha::Object attribute accessors

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 15 08:42:35 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33745

--- Comment #23 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Tomás Cohen Arazi from comment #22)
> Hi, this broke a test, please take care:
> 
> https://jenkins.koha-community.org/job/Koha_Master/lastCompletedBuild/
> testReport/(root)/t_00_testcritic_t/
> Test__Perl__Critic_for__Koha_Object_pm___86_/

See comment15.
We need the no strict refs to do *{ $AUTOLOAD }.
We might try to do via a CPAN module for symbol table handling but it will not
make life safer.
We should imo add this exception to the perl critic module here.
Any suggestions for doing so ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list