Can't locate LWP/UserAgent.pm in @INC (you may need to install the LWP::UserAgent module) (@INC contains: /data/data/com.termux/files/usr/lib/perl5/site_perl/5.26.1/arm-android /data/data/com.termux/files/usr/lib/perl5/site_perl/5.26.1 /data/data/com.termux/files/usr/lib/perl5/5.26.1/arm-android /data/data/com.termux/files/usr/lib/perl5/5.26.1 .) at rev.pl line 11.
BEGIN failed--compilation aborted at rev.pl line 11.
you may need to install the LWP::UserAgent module
The perl suggests you to install LWP::UserAgent module to fix this error.
@R00TD4nZ, can you try those commands?
perl -MCPAN -e 'install Bundle::LWP'
perl -MCPAN -e 'install LWP::UserAgent'
You should check this site too.
Most helpful comment
@R00TD4nZ, can you try those commands?
You should check this site too.