packages/lang/perl
Philip Prindeville 4f3f81b64f perl: version modules and non-base packages
Currently external modules and non-base packages are numbered
from their own internal number space, and even though the Perl
ABI number is embedded into them this isn't externally visible.

For example, perl-html-parser-3.72.1 could be built for ABI
5.26 or for 5.28, we can't easily tell.  This changes all of
that by embedding the ABI number into the filename.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit 0d9584724f)
2018-08-14 13:28:53 -06:00
..
files perl: update to 5.28 2018-08-02 22:39:16 -06:00
patches perl: update to 5.28 2018-08-02 22:39:16 -06:00
Config.in perlmod: global knob to disable comment stripping modules 2017-01-11 14:31:09 -07:00
Makefile perl: version modules and non-base packages 2018-08-14 13:28:53 -06:00
perlbase.mk lang/perlbase: Fix missing utf8 dependency on unicore 2016-07-04 18:13:45 -04:00
perlmod.mk perl: version modules and non-base packages 2018-08-14 13:28:53 -06:00
perlver.mk perl: version modules and non-base packages 2018-08-14 13:28:53 -06:00
README.patches perl: Reorganize patches 2015-09-25 11:50:52 +02:00

The patches in this package are loosely sorted into the following categories:

0xx - Bugfixes
1xx - Cross-compile fixes
3xx - Workarounds
7xx - Testsuite fixes

Feel free to add another one if your new patch doesn't seem to fit into an
existing category.