http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14939 --- Comment #23 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Comment on attachment 44915 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44915 [SIGNED-OFF]Bug 14939: Modularize OAI Server existing classes Review of attachment 44915: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14939&attachment=44915) ----------------------------------------------------------------- ::: C4/Installer/PerlDependencies.pm @@ +777,4 @@
'required' => '0', 'min_ver' => '0.28', }, + 'Capture::Tiny' => {
Is this really mandatory? The module has some known bugs (https://github.com/dagolden/Capture-Tiny/issues). One is "Capture::Tiny breaks under FCGI" and is not comforting. ::: opac/oai.pl @@ +1,3 @@
#!/usr/bin/perl
+# Copyright Tamil s.a.r.l. 2008-2015
Why did you remove BibLibre's copyright? -- You are receiving this mail because: You are watching all bug changes.