Commit Graph

3 Commits

Author SHA1 Message Date
Joachim Mairböck
9b5aa4a6cb archive_extract: revbump for new perl 2024-07-06 14:40:27 +02:00
Joachim Mairböck
40c15d6413 archive_extract: cleanup, add tests (#9403)
* archive_extract: remove unneeded architure-specific files

these are:
 * `perllocal.pod` (in archlib): this is a documentation file intended to list all locally installed packages, but the file is shared by all packages and is therefore useless.
 * `.packlist` (in vendorarch): this is package specific and lists all other installed files. It is probably used for supporting `make uninstall` which isn't needed for packaged software.

* archive_extract: use `make pure_install` to deal with perllocal.pod, add tests
2024-06-09 16:51:15 +02:00
Schrijvers Luc
7736895120 archive_extract, add perl module (#9386) 2023-09-08 13:57:09 +00:00