treewide: move all perl packages into its own folder

This makes it in sync with Python packages.
Python packages has its own place in /lang/python
Perl does not, so this fixes it.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
Josef Schlehofer
2025-06-17 22:43:38 +02:00
parent 04b7b67e75
commit e9f4aa38ef
97 changed files with 48 additions and 48 deletions

View File

@@ -0,0 +1,11 @@
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,6 +12,8 @@ use File::Spec::Functions qw(catfile);
use Symbol qw(gensym);
use Text::Wrap;
+$ENV{OPENSSL_PREFIX} = $ENV{STAGING_PREFIX};
+
# According to http://cpanwiki.grango.org/wiki/CPANAuthorNotes, the ideal
# behaviour to exhibit when a prerequisite does not exist is to use exit code 0
# to ensure smoke testers stop immediately without reporting a FAIL; in all