install/deps.perl could become a useful tool for new users
since basically every tool is optional.
CentOS partitions the Perl standard library into having
circular dependencies which make no sense to me the more
I look at it.
5/5 was found to only be a problem my NetBSD VM.
Eric Wong (5):
INSTALL: update for 2023, NetBSD and OpenBSD
move deps.perl into new install/ directory
updates around RPM packages on CentOS 7.x
install/deps: safer defaults for regular users
t/xap_helper: improve reliability of TTIN/TTOU tests
INSTALL | 27 +++---
MANIFEST | 4 +-
Makefile.PL | 25 +++---
ci/README | 15 ++--
ci/profiles.perl | 66 +-------------
ci/run.sh | 3 +-
install/README | 12 +++
{ci => install}/deps.perl | 182 ++++++++++++++++++++++++--------------
install/os.perl | 78 ++++++++++++++++
t/xap_helper.t | 14 +--
10 files changed, 252 insertions(+), 174 deletions(-)
create mode 100644 install/README
rename {ci => install}/deps.perl (53%)
create mode 100644 install/os.perl