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

Missing test dependency Test::CPAN::Meta #3

Open
choroba opened this issue Nov 2, 2023 · 0 comments · May be fixed by #4
Open

Missing test dependency Test::CPAN::Meta #3

choroba opened this issue Nov 2, 2023 · 0 comments · May be fixed by #4

Comments

@choroba
Copy link

choroba commented Nov 2, 2023

I cloned the repo and ran

dzil authordeps --missing | xargs cpan
dzil listdeps --missing | xargs cpan
dzil test

The tests failed:

...
t/50usecase.t ........... ok     
t/author-distmeta.t ..... Can't locate Test/CPAN/Meta.pm in @INC (you may need to install the Test::CPAN::Meta module) (@INC contains: /home/choroba/opensource/Acme-MetaSyntactic/.build/OAVxSePBNN/blib/lib /home/choroba/opensource/Acme-MetaSyntactic/.build/OAVxSePBNN/blib/arch /home/choroba/perl5/lib/perl5/x86_64-linux-thread-multi /home/choroba/perl5/lib/perl5/x86_64-linux-thread-multi /home/choroba/perl5/lib/perl5 /home/choroba/perl5/lib/perl5/x86_64-linux-thread-multi /home/choroba/perl5/lib/perl5/x86_64-linux-thread-multi /home/choroba/perl5/lib/perl5 /usr/lib/perl5/site_perl/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.26.1 /usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.26.1 /usr/lib/perl5/5.26.1/x86_64-linux-thread-multi /usr/lib/perl5/5.26.1 /usr/lib/perl5/site_perl .) at t/author-distmeta.t line 13.
BEGIN failed--compilation aborted at t/author-distmeta.t line 13.
t/author-distmeta.t ..... Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/author-pod-syntax.t ... ok     

Test Summary Report
-------------------
t/author-distmeta.t   (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=26, Tests=271,  4 wallclock secs ( 0.10 usr  0.01 sys +  2.56 cusr  0.38 csys =  3.05 CPU)
Result: FAIL
Failed 1/26 test programs. 0/271 subtests failed.
make: *** [Makefile:921: test_dynamic] Error 255
error running make test
choroba added a commit to choroba/Acme-MetaSyntactic that referenced this issue Nov 2, 2023
@choroba choroba linked a pull request Nov 2, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant