[Pidgin] #5428: name collision for perl Purple module on CPAN
Pidgin
trac at pidgin.im
Mon Apr 7 16:20:34 EDT 2008
#5428: name collision for perl Purple module on CPAN
----------------------+-----------------------------------------------------
Reporter: cal | Owner: deryni
Type: defect | Status: new
Priority: minor | Milestone:
Component: plugins | Version: 2.4.1
Resolution: | Keywords: perl module Purple name collision
Pending: 0 |
----------------------+-----------------------------------------------------
Comment (by cal):
"use lib" allows you to define extra library search paths in a script. You
can also use the environment variable PERL5LIB to define extra search
paths as well.
For the former you might use this syntax:
use lib qw{/alt/search/path1 /alt/search/path2};
where qw means "quote word" - text separated by spaces is automatically
made into a list of quoted text. Alternatively:
use lib ("/alt/search/path1","/alt/search/path2");
The latter uses the same path syntax as the normal PATH variable.
--
Ticket URL: <http://developer.pidgin.im/ticket/5428#comment:5>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list