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

carmel update fails for LWP #51

Closed
miyagawa opened this issue May 9, 2022 · 1 comment
Closed

carmel update fails for LWP #51

miyagawa opened this issue May 9, 2022 · 1 comment

Comments

@miyagawa
Copy link
Owner

miyagawa commented May 9, 2022

➜  carmel update
---> Checking updates for all the modules in the snapshot...
Can't find libwww::perl on CPAN

This is due to libwww::perl included in the snapshot, and is generated via NAME parameter for LWP's Makefile.PL.

➜  grep -r libwww:: .
./Makefile.PL:  "NAME" => "libwww::perl",

The Makefile.PL seems to be auto generated by dzil. I think the correct value for NAME should be LWP here.

Carmel can and should work around this when running carmel update.

cc @oalders

oalders added a commit to libwww-perl/libwww-perl that referenced this issue May 9, 2022
@oalders
Copy link

oalders commented May 9, 2022

Fixed LWP in libwww-perl/libwww-perl#413

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