https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40680
--- Comment #67 from David Cook <[email protected]> --- (In reply to Aleisha Amohia from comment #66) > (In reply to David Cook from comment #65) > > (In reply to Jonathan Druart from comment #64) > > > xt/author/pod_coverage.t is still failing because of Overdrive. > > > > I haven't heard any news from Catalyst about a new maintainer taking over > > WebService::ILS from Srdjan, so I wonder if we should copy it into the > > "lib/" directory for now. It's not ideal from a long-term perspective, but > > it could be an interim solution. > > > > It looks like MetaCPAN is down at the moment, so I'll have to take a look > > later at just how many modules that would involve. > > Yes sorry team, we have followed up but not heard back from Srdjan. We > should look to fix this in the meantime until a more permanent solution can > be done. Thanks for the follow-up Aleisha. Since WebService::ILS is technically unmaintained, we could permanently fork it or write new Koha modules for it. At a glance, I think we're only using WebService::ILS::OverDrive::Patron although looking through /usr/share/perl5/WebService/ILS/OverDrive/Patron.pm it looks like there's a bunch of subclassing so there's a number of modules used... so rewriting might be overly burdensome. The warnings for Perl 5.40 seem to only apply to WebService::ILS::OverDrive::Patron so we could be cheeky and just copy that file into "lib/" and hope for the best too, although probably best to copy over the whole of "WebService::ILS" to be on the safe side. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
