Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix INSTALL_PRETTYLIB.sh installer #20

Merged
merged 2 commits into from Apr 28, 2021

Conversation

taskula
Copy link
Contributor

@taskula taskula commented Jan 18, 2021

INSTALL_PRETTYLIB.sh was broken in a couple of ways.

  1. cpanfile is located under transformer/, and the installer script attempts to seek cpanfile from current path .. This PR aims to fix installer's paths.
  2. cpanfile contains Debian package dependencies. AFAIK this is not allowed by cpanfile format (nor is cpanm's function either).
libyaml-perl
libtext-csv-perl

The installer crashes when you have those two lines in there.
3. Adds chmod +x INSTALL_PRETTYLIB.sh.
4. Fixes a broken path PrettyLibExtractor -> PrettyExtractor

@kivilahtio kivilahtio merged commit 34a7a30 into kivilahtio:master Apr 28, 2021
@kivilahtio
Copy link
Owner

That was the last of them. Thanks for providing the fixes in such a clear and good manner. Top $$$ @taskula

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants