Bug 8791

Summary: Perl scripts installed with the RPM in /usr/share/irssi/scripts cannot be used be irssi
Product: Mageia Reporter: James Coates <jamesc>
Component: RPM PackagesAssignee: Johnny A. Solbu <cooker>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: Normal    
Version: 2   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: irssi-0.8.15-10.mga2.src.rpm CVE:
Status comment:

Description James Coates 2013-01-23 15:23:39 CET
Description of problem:

irssi is capable of supporting Perl scripts that add extra functionality using the /script load or /run commands. However, it looks as if this version of irssi has been compiled without Perl support, even if irssi-perl is installed as a dependency. 

Version-Release number of selected component (if applicable):

0.8.12

How reproducible:

Every time.

Steps to Reproduce:
1. Open irssi
2. Type /run usercount.pl or /script load usercount.pl
claire robinson 2013-01-23 16:19:29 CET

Assignee: bugsquad => johnny

Comment 1 Johnny A. Solbu 2013-02-11 21:45:41 CET
You need to load the perl plugin, using «/load perl».
I just tested it, and it works.

Closing.

Status: NEW => RESOLVED
Resolution: (none) => WORKSFORME

Comment 2 James Coates 2013-02-11 22:00:29 CET
This should perhaps be documented somewhere.