While migrating (my tool) to the Buster job grid I ran into this problem:
i called
jsub -once -j y -release buster -quiet -v LC_ALL=en_US.UTF-8 /data/project/camelbot/bot/camelbot.pl
but the command did not succeed because of missing perl modules, e.g. File::Slurp.
see https://gitlab.com/wp-seth/camelbot/-/blob/master/Makefile.PL#L13-28 for a list of modules i need.
i guess i need the following debian packages:
libdatetime-format-epoch-perl libdatetime-format-human-duration-perl libdatetime-format-mysql-perl libdatetime-perl libfile-slurp-perl libterm-readkey-perl libyaml-perl libdate-calc-perl libmediawiki-bot-perl libtie-ixhash-perl
and maybe also:
libbot-basicbot-perl libfile-chmod-perl libfile-spec-perl libfile-touch-perl libipc-run-perl libterm-readline-gnu-perl libtext-diff-perl libtext-asciitable-perl libreadonly-perl libwww-mechanize-perl