Skip to content

docs: fix outdated pure-perl-make install commands#15

Open
thehanslevi wants to merge 1 commit into
klp2:masterfrom
thehanslevi:docs/fix-readme-build-commands
Open

docs: fix outdated pure-perl-make install commands#15
thehanslevi wants to merge 1 commit into
klp2:masterfrom
thehanslevi:docs/fix-readme-build-commands

Conversation

@thehanslevi
Copy link
Copy Markdown

Summary

This updates the README install commands so they match the current repository layout (scripts/pure-perl-make).

Before

The documented commands call pure-perl-make from the repository root, which fails with:
Can't open perl script "pure-perl-make": No such file or directory

After

README now uses ./scripts/pure-perl-make and -Ilib, which run successfully.

Verification

  • perl Makefile.PL
  • perl -I. pure-perl-make (fails as documented above)
  • perl -Ilib ./scripts/pure-perl-make (succeeds)

Residual uncertainty: I did not run full install (... install) to avoid mutating system Perl in this environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants