FS#11417 - irssi missing perl dependency
Attached to Project:
Arch Linux
Opened by Brian Pack (DarkAudit) - Sunday, 07 September 2008, 15:47 GMT
Last edited by Jan de Groot (JGC) - Sunday, 07 September 2008, 18:09 GMT
Opened by Brian Pack (DarkAudit) - Sunday, 07 September 2008, 15:47 GMT
Last edited by Jan de Groot (JGC) - Sunday, 07 September 2008, 18:09 GMT
|
Details
Description:
When attempting to start a perl script in irssi, the following error appears: Can't locate URI/Escape.pm in @INC (@INC contains: /home/user/.irssi/scripts /usr/share/irssi/scripts /usr/lib/perl5/core_perl /usr/lib/perl5/site_perl/5.10.0 /usr/share/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/share/perl5/core_perl /usr/lib/perl5/current /usr/lib/perl5/site_perl/current .) at (eval 23) line 24 installing package perl-uri fixes this error. Additional info: * irssi package version: 0.8.12-4 Steps to reproduce: 1) install irssi per normal 2) run irssi, attempt to load script with /script load script.pl 3) get error as per above 4) install perl-uri 5) reattempt to run script via /script load script.pl 6) script loads successfully |
This task depends upon
Your script imports the perl-uri module, so your script is the source of this bug.