Greetings all using FindBin and adding the current directory everywhere sql-ledger calls perl should fix the issue in all versions. An example perl script would be:
perl -0777 -i.original -pe 's/(#!\/usr\/bin\/perl)/$1\n#perl 5.25 Fix:\nuse FindBin qw\(\$Bin\);\nuse lib \"\$Bin\"\;/igs' *.pl Cheers Turtle