FS#9939 - [foomatic-db-engine] perl file locations
Attached to Project:
Arch Linux
Opened by Allan McRae (Allan) - Tuesday, 25 March 2008, 03:28 GMT
Last edited by Kevin Piche (kpiche) - Thursday, 24 April 2008, 01:48 GMT
Opened by Allan McRae (Allan) - Tuesday, 25 March 2008, 03:28 GMT
Last edited by Kevin Piche (kpiche) - Thursday, 24 April 2008, 01:48 GMT
|
Details
Description:
foomatic-db-engine (3.0_20080211-1) puts perl files in /usr/lib/perl5/current/Foomatic which AFAIK is not inline with the perl policy. |
This task depends upon
Closed by Kevin Piche (kpiche)
Thursday, 24 April 2008, 01:48 GMT
Reason for closing: Not a bug
Additional comments about closing: Problem not related to perl module file locations.
Thursday, 24 April 2008, 01:48 GMT
Reason for closing: Not a bug
Additional comments about closing: Problem not related to perl module file locations.
$ pacman -Q perl
perl 5.10.0-3
$ perl -e 'use Foomatic::Defaults;
use Foomatic::DB;
use Foomatic::PPD;
use Foomatic::UIElem;'
$
And since there are no *.so libraries no recompilation is required. Unless you have an error message or log output showing a problem I can't see the module locations being a problem.
FS#9935.