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

Huge dependency tree when installing on perl 5.10 ? #18

Open
szabgab opened this issue Jan 31, 2016 · 2 comments
Open

Huge dependency tree when installing on perl 5.10 ? #18

szabgab opened this issue Jan 31, 2016 · 2 comments

Comments

@szabgab
Copy link
Collaborator

szabgab commented Jan 31, 2016

I've just tried to install Test::Strict on perl 5.10 using cpan and it started to install all kinds of strange modules such as Template::Toolkit and Moo. I wonder if is a bug in the old cpan client or if there is some dependency that brings those. It would be nice if this did not happen.

@ghost
Copy link

ghost commented Apr 1, 2016

Hmm, do not observe Moo or such as dependencies on a clean install to a newly-minted Perl::Build install of 5.10.1. Most are Devel::Cover related, though.

% fgrep 'Warning: prereq' buildlog 
Warning: prerequisite Devel::Cover 0.43 not found.
Warning: prerequisite IO::Scalar 0 not found.
Warning: prerequisite Test::More 1.00 not found. We have 0.92.
Warning: prerequisite HTML::Entities 3.69 not found.
Warning: prerequisite HTML::Tagset 3 not found.
% 

@jkeenan
Copy link

jkeenan commented Jul 29, 2024

I've just tried to install Test::Strict on perl 5.10 using cpan and it started to install all kinds of strange modules such as Template::Toolkit and Moo. I wonder if is a bug in the old cpan client or if there is some dependency that brings those. It would be nice if this did not happen.

As part of reporting other issues via CPANtesters testing, I've had occasion to try to install Test-Strict several times lately. While I have not tried to install it against perl-5.10, I have not observed a lengthy dependency tree as part of that testing.

CPAN: HTTP::Tiny loaded ok (v0.088)
CPAN: Net::SSLeay loaded ok (v1.94)
CPAN: IO::Socket::SSL loaded ok (v2.088)

So I think this issue is closable.

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