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

Add LWP::Protocol::https #10567

Open
1 of 2 tasks
JJ opened this issue Sep 8, 2024 · 2 comments
Open
1 of 2 tasks

Add LWP::Protocol::https #10567

JJ opened this issue Sep 8, 2024 · 2 comments

Comments

@JJ
Copy link
Contributor

JJ commented Sep 8, 2024

Tool name

LWP::Protocol::https

Tool license

Artistic

Add or update?

  • Add
  • Update

Desired version

latest

Approximate size

No response

Brief description of tool

Runners already include LWP::Simple and LWP::UserAgent, Perl libraries that take care of making HTTP(S) requests. However, they need this separate library to actually make https requests.

URL for tool's homepage

https://metacpan.org/dist/LWP-Protocol-https

Provide a basic test case to validate the tool's functionality.

perl -MLWP::Simple -e 'getprint "https://jj.github.io/IV"'


### Platforms where you need the tool

- [X] Azure DevOps
- [X] GitHub Actions

### Runner images where you need the tool

- [X] Ubuntu 20.04
- [X] Ubuntu 22.04
- [X] Ubuntu 24.04
- [X] macOS 12
- [X] macOS 13
- [X] macOS 13 Arm64
- [X] macOS 14
- [X] macOS 14 Arm64
- [X] Windows Server 2019
- [X] Windows Server 2022

### Can this tool be installed during the build?

```bash
It can be installed in Ubuntu through its package https://launchpad.net/ubuntu/focal/+package/liblwp-protocol-https-perl

There are probably other ways of installing it in Windows/MacOS, but I really have no idea.

Tool installation time in runtime

16 seconds through apt

Are you willing to submit a PR?

Certainly.

@hemanthmanga
Copy link
Contributor

Hi @JJ Thank you for bringing this issue to us. We are looking into this issue and will update you on this issue after investigating.

@JJ
Copy link
Contributor Author

JJ commented Sep 9, 2024

Hi @JJ Thank you for bringing this issue to us. We are looking into this issue and will update you on this issue after investigating.

As a matter of fact, I've looked up a list of Perl modules installed some time ago, and it was actually there; that should have been Ubuntu-18 or thereabouts.

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

No branches or pull requests

3 participants