From 05363d5016e9837be1942dd00a44e4ae346b22cf Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Fri, 22 May 2026 20:52:58 +0000 Subject: [PATCH] docs: fix outdated pure-perl-make install commands --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 1f0433e..b732dcf 100644 --- a/README +++ b/README @@ -9,9 +9,9 @@ Requires perl5.005 or later as it uses some of new regular expression features. To install perl Makefile.PL -perl -I. pure-perl-make -perl -Mblib pure-perl-make test -perl -Mblib pure-perl-make install +perl -Ilib ./scripts/pure-perl-make +perl -Mblib ./scripts/pure-perl-make test +perl -Mblib ./scripts/pure-perl-make install No other make required!