Article 53XKF BUG: pedigree module in texlive-2019.190626-x86_64-4 broken

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,latest?d=yIl2AUoC8zA latest?i=C_VXrbIXJ04:nKQLE7LngDc:F7zBnMy latest?i=C_VXrbIXJ04:nKQLE7LngDc:V_sGLiP latest?d=qj6IDK7rITs latest?i=C_VXrbIXJ04:nKQLE7LngDc:gIN9vFwC_VXrbIXJ04
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments