[Koha-bugs] [Bug 22026] Remove `use Modern::Perl` from Koha::REST::classes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 19 14:15:26 CET 2019


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

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Jonathan Druart from comment #8)
> Also Jenkins is failing because of that move, see
> https://jenkins.koha-community.org/job/Koha_Master_D8/163/
> I do not understand why it is only failing for D8.


% more /etc/debian_version 
9.6
% perlcritic --version
1.126
% perlcritic Koha/REST/V1.pm
Koha/REST/V1.pm source OK

% more /etc/debian_version
8.11
% perlcritic --version
1.122
% perlcritic Koha/REST/V1.pm
Code before strictures are enabled at line 37, column 1.  See page 429 of PBP. 
(Severity: 5)

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


More information about the Koha-bugs mailing list