summaryrefslogtreecommitdiffstats
path: root/tags/team/pkg-perl/xs-abi/legacy-vendorarch-directory.tag
blob: 65df8c0f781d7b1449db45b239438e1f2374ae38 (plain)
1
2
3
4
5
6
7
8
9
10
11
Tag: legacy-vendorarch-directory
Severity: error
Check: team/pkg-perl/xs-abi
Name-Spaced: yes
Explanation: Since 5.20, Debian perl packages use different directory for placing XS
 libraries, which varies by API version and possibly architecture. Files
 placed in the previously used directory (/usr/lib/perl5) will not be used by
 perl. The build system needs to be fixed to use the value $Config{vendorarch}
 (available from the Config module) instead of hardcoding the directory.
 .
 See Perl Policy 4.1.