Bug 25607

Summary: Wrong behaviour about perl versions in list-deps
Product: Koha Reporter: Tomás Cohen Arazi <tomascohen>
Component: PackagingAssignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: jonathan.druart, mirko, mtj
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 19735    
Bug Blocks: 25591    

Description Tomás Cohen Arazi 2020-05-26 14:50:50 UTC
To reproduce:

`
docker run --volume=/home/tcohen/git/koha:/koha -ti debian:stretch bash
apt update
apt install apt-file wget gnupg
wget -q -O- https://debian.koha-community.org/koha/gpg.asc | apt-key add -
echo 'deb http://deb.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/stretch-backports.list
echo 'deb http://debian.koha-community.org/koha stable main' > /etc/apt/sources.list.d/koha.list
apt update
apt-install libmodern-perl-perl libcpan-meta-perl libmodule-cpanfile-perl
apt-file update
cd /koha
PERL5LIB=. perl debian/update-control
`

The result is not correct for perl-modules and maybe libperl
Comment 1 Jonathan Druart 2020-06-05 10:36:40 UTC
Mason, is that something we can fix?
Comment 2 Mason James 2020-06-16 21:45:12 UTC
(In reply to Jonathan Druart from comment #1)
> Mason, is that something we can fix?

hi Jonathan, i think perl-modules and libperl lines are correct and they do not cause any problems