perl-net-saml2 / perl-XML-Sig

XML::Sig - A Perl toolkit to help sign and verify XML Digital Signatures.
https://metacpan.org/pod/XML::Sig
1 stars 2 forks source link

Update testsuite #56

Closed waterkip closed 1 year ago

waterkip commented 1 year ago
timlegge commented 1 year ago

Had to install Sub::Identify - should it be listed as a test dependency

waterkip commented 1 year ago

We don't depend on it. It is a dependency of something else and I see it being installed with cpanm --installdeps cpanfile if I use this Dockerfile:

FROM perl:latest

WORKDIR /tmp/build

COPY cpanfile .
RUN cpanm --installdeps .

COPY . .
RUN prove -lv

The CI also picks it up, so it may be a glitch on your system. Another option is a glitch with the dependency resolution of cpanm and/or cpm.

It is a dep of namespace::autoclean:

#8 194.7 --> Working on namespace::autoclean
#8 194.7 Fetching http://www.cpan.org/authors/id/E/ET/ETHER/namespace-autoclean-0.29.tar.gz ... OK
#8 195.0 Configuring namespace-autoclean-0.29 ... OK
#8 195.3 ==> Found dependencies: namespace::clean, B::Hooks::EndOfScope, Sub::Identify