You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
%
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)
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 oldcpan
client or if there is some dependency that brings those. It would be nice if this did not happen.The text was updated successfully, but these errors were encountered: