summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
14 hoursFix missing-dependency of perl-cgi-session here.int
The dependency perl-cgi-session itself depends on perl-cgi, of course, but it is not listed as a dependency there. Fix this issue here until it is fixed there. Take the perl-cgi version (3.26) that comes with > $ cpan2aur CGI::Session so it is hopefully somewhat correct.
2017-10-17Enable tests.int
Enable tests by starting memcached (if it is not already running) during "make check".
2017-10-17Perl/CPAN Module CGI::Session::Driver::memcachedint
This is one of the (optional) perl-dependencies of Koha: https://koha-community.org/ Start "./koha_perl_deps.pl -a" after downloading and unpacking the koha-tarball for a list of all packages (required and optional). This is with the cpan2aur-bugfix, see https://rt.cpan.org/Public/Bug/Display.html?id=123153 for details.