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

www/p5-CGI-Compile: Add devel/p5-Sub-Name to RUN_DEPENDS #177

Closed
wants to merge 1 commit into from

Conversation

ernix
Copy link

@ernix ernix commented May 8, 2023

As of version 0.24, CGI::Compile requires Sub::Name package to run. This small patch will fix its Makefile according to the cpanfile.

https://metacpan.org/release/RKITOVER/CGI-Compile-0.25/source/Changes#L6-7

0.24 2020-01-30 13:59:56 UTC
- use better packages/subnames for coderefs

https://metacpan.org/release/RKITOVER/CGI-Compile-0.25/source/cpanfile#L3

requires 'Sub::Name';

As of version 0.24, CGI::Compile requires Sub::Name package to run.
This small patch will fix its Makefile according to the cpanfile.

https://metacpan.org/release/RKITOVER/CGI-Compile-0.25/source/Changes#L6-7
> 0.24  2020-01-30 13:59:56 UTC
>         - use better packages/subnames for coderefs

https://metacpan.org/release/RKITOVER/CGI-Compile-0.25/source/cpanfile#L3
> requires 'Sub::Name';

Signed-off-by: Shin Kojima <shin@kojima.org>
@ernix
Copy link
Author

ernix commented May 9, 2023

I'd close this issue, the patch was submitted through mailing list and confirmed/merged by the author. Thank you.
https://cgit.freebsd.org/ports/commit/?id=6b7197b4ab3d584cff9ad341821f3bc07aef4a59

@ernix ernix closed this May 9, 2023
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.

1 participant