BUG: pedigree module in texlive-2019.190626-x86_64-4 broken
by gildbg from LinuxQuestions.org on (#53XKF)
Hello,
pedigree - create a TeX file for pedigree from a csv file is broken on Slackware-current64. This module is in package texlive-2019.190626-x86_64-4
root@p:~# pedigree
Can't locate Pedigree.pm in @INC (you may need to install the Pedigree module) (@INC contains: //texmf-dist/scripts/pedigree-perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/bin/pedigree line 124.
BEGIN failed--compilation aborted at /usr/bin/pedigree line 124.
and on user the same result:
$ pedigree
Can't locate Pedigree.pm in @INC (you may need to install the Pedigree module) (@INC contains: //texmf-dist/scripts/pedigree-perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/bin/pedigree line 124.
BEGIN failed--compilation aborted at /usr/bin/pedigree line 124.
Line 124 on file pedigree in /usr/bin need to be changed
From:
Code:use PedigreeTo :
Code:use lib '/usr/share/texmf-dist/scripts/pedigree-perl/Pedigree';Regards,


pedigree - create a TeX file for pedigree from a csv file is broken on Slackware-current64. This module is in package texlive-2019.190626-x86_64-4
root@p:~# pedigree
Can't locate Pedigree.pm in @INC (you may need to install the Pedigree module) (@INC contains: //texmf-dist/scripts/pedigree-perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/bin/pedigree line 124.
BEGIN failed--compilation aborted at /usr/bin/pedigree line 124.
and on user the same result:
$ pedigree
Can't locate Pedigree.pm in @INC (you may need to install the Pedigree module) (@INC contains: //texmf-dist/scripts/pedigree-perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /usr/bin/pedigree line 124.
BEGIN failed--compilation aborted at /usr/bin/pedigree line 124.
Line 124 on file pedigree in /usr/bin need to be changed
From:
Code:use PedigreeTo :
Code:use lib '/usr/share/texmf-dist/scripts/pedigree-perl/Pedigree';Regards,