]> git.koha-community.org Git - koha.git/commit
Bug 8686: Raise required version of URI::Escape to 3.31
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sun, 7 Jun 2015 21:45:10 +0000 (23:45 +0200)
committerLiz <wizzyrea@gmail.com>
Sun, 5 Jul 2015 02:08:25 +0000 (02:08 +0000)
commit7b7a8c8d3684f8f162890bd7fbce8ae0623641b5
tree1d7e97021ae8218285f152066d278a26c9cfe32a
parent0580342093946f59e8f0f1320f136ad085abe305
Bug 8686: Raise required version of URI::Escape to 3.31

Raises the minimum required version of URI::Escape from
1.36 to 3.31.

TEST PLAN
---------
1) git branch -b bug_8686 origin/master
2) ./koha_perl_deps.pl -a | grep URI
   -- it will list 1.36 required
3) git bz apply 8686
4) ./koha_perl_deps.pl -a | grep URI
   -- it will list 3.31 required
5) koha qa test tools

NOTE: Also default in Ubuntu 14.04 LTS,
      not just Wheezy as noted in comment #15.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signoff based on Nicole's comment (bug 9990 comment 6):
"This stops happening if you upgrade URI::Escape to
3.31.  We should make it clear in the Perl Modules page that an upgrade
is needed."
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 7c0c92807f49ef61aa975e84cf26d42f7dfa425f)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Liz <wizzyrea@gmail.com>
C4/Installer/PerlDependencies.pm