1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-19 23:28:39 +02:00
openwrt-packages/lang/perl
Oskari Rauta 96de355818 perl: fix tests
Enabling Perl tests causes failure during build.
Files that should be installed into packages, are
missing or in different location.

This PR removes missing files/paths and replaces
paths that have changed with working ones.

Most likely, test files have been relocated during
time and this portion hasn't been updated when
perl package has updated.

Fixes #21127

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-05-24 06:06:17 +03:00
..
files perl: add powerpc64 support 2022-03-02 16:30:32 -08:00
patches perl: fix build errors on macOS 2021-02-09 10:45:30 +02:00
Config.in perl: enable threading support for aarch64 by default 2022-12-14 22:13:40 +08:00
Makefile perl: fix tests 2023-05-24 06:06:17 +03:00
perlbase.mk perl: fix tests 2023-05-24 06:06:17 +03:00
perlmod.mk perl: perlmod: append _LARGEFILE64_SOURCE flag for musl 1.2.4 2023-05-20 13:05:19 +08:00
perlver.mk perl: update to 5.28.1 2018-12-03 15:58:49 -07: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.