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

cpan-cve.pl is not getting installed #1

Closed
abeltje opened this issue Nov 29, 2023 · 3 comments
Closed

cpan-cve.pl is not getting installed #1

abeltje opened this issue Nov 29, 2023 · 3 comments

Comments

@abeltje
Copy link

abeltje commented Nov 29, 2023

I see the repository has a script scripts/cpan-cve.pl but it is not installed, perhaps add:
EXE_FILES => [qw< scripts/cpan-cve.pl >], to WriteMakefile() in Makefile.PL?

@Tux
Copy link
Collaborator

Tux commented Nov 29, 2023

That is eventually the plan. Either in the way you suggest or with a question if installation is wanted, like in Spreadsheet::Read

Reason this is not yet the case is that we want to check if the script is ok as is or that it needs more, like Module::Build support (yuck), before promoting it.

@abeltje
Copy link
Author

abeltje commented Nov 29, 2023

I just installed the module with the cpan client. Without installation of the script, I have no way of knowing the script was in the tarball, and was about to write it, until I looked at this repository and saw it's already here...
Imo it's fine to have this tiny wrapper around the actual code, so we can use it, even if it doesn't support Build.PL (yet).

@Tux
Copy link
Collaborator

Tux commented Dec 7, 2023

4bd2d8b will be in next release

@Tux Tux closed this as completed Apr 28, 2024
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

No branches or pull requests

2 participants