{"id":17674078,"url":"https://github.com/leont/dist-zilla-plugin-test-checkdeps","last_synced_at":"2025-03-30T16:25:26.773Z","repository":{"id":1751566,"uuid":"2578118","full_name":"Leont/dist-zilla-plugin-test-checkdeps","owner":"Leont","description":"Check for presence of dependencies","archived":false,"fork":false,"pushed_at":"2016-05-06T05:39:09.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-05T18:05:47.001Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Leont.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":"CONTRIBUTING","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-10-14T18:54:34.000Z","updated_at":"2015-03-29T23:41:52.000Z","dependencies_parsed_at":"2022-09-08T02:44:27.277Z","dependency_job_id":null,"html_url":"https://github.com/Leont/dist-zilla-plugin-test-checkdeps","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fdist-zilla-plugin-test-checkdeps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fdist-zilla-plugin-test-checkdeps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fdist-zilla-plugin-test-checkdeps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leont%2Fdist-zilla-plugin-test-checkdeps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leont","download_url":"https://codeload.github.com/Leont/dist-zilla-plugin-test-checkdeps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246345059,"owners_count":20762320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-24T06:42:03.499Z","updated_at":"2025-03-30T16:25:26.753Z","avatar_url":"https://github.com/Leont.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=pod\n\n=encoding UTF-8\n\n=head1 NAME\n\nDist::Zilla::Plugin::Test::CheckDeps - Check for presence of dependencies\n\n=head1 VERSION\n\nversion 0.014\n\n=head1 SYNOPSIS\n\n [Test::CheckDeps]\n fatal = 0          ; default\n level = classic\n\n=head1 DESCRIPTION\n\nThis module adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error.\n\nThis plugin accepts the following options:\n\n=for stopwords TODO\n\n=over 4\n\n=item * C\u003ctodo_when\u003e: a code string snippet (evaluated when the test is run)\nto indicate when failing tests should be considered L\u003cTODO|Test::More/Conditional tests\u003e,\nrather than genuine fails -- default is '0' (tests are never C\u003cTODO\u003e).\n\nOther suggested values are:\n\n    todo_when = !$ENV{AUTHOR_TESTING} \u0026\u0026 !$ENV{AUTOMATED_TESTING}\n    todo_when = $^V \u003c '5.012'   ; CPAN.pm didn't reliably read META.* before this\n\n=item * C\u003cfatal\u003e: if true, C\u003cBAIL_OUT\u003e is called if the tests fail. Defaults\nto false.\n\n=item * C\u003clevel\u003e: passed to C\u003ccheck_dependencies\u003e in L\u003cTest::CheckDeps\u003e.\n(Defaults to C\u003cclassic\u003e.)\n\n=item * C\u003cfilename\u003e: the name of the generated file. Defaults to\nF\u003ct/00-check-deps.t\u003e.\n\n=back\n\n=for Pod::Coverage register_prereqs\n\n=head1 SUPPORT\n\nBugs may be submitted through L\u003cthe RT bug tracker|https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Test-CheckDeps\u003e\n(or L\u003cbug-Dist-Zilla-Plugin-Test-CheckDeps@rt.cpan.org|mailto:bug-Dist-Zilla-Plugin-Test-CheckDeps@rt.cpan.org\u003e).\n\nThere is also a mailing list available for users of this distribution, at\nL\u003chttp://dzil.org/#mailing-list\u003e.\n\nThere is also an irc channel available for users of this distribution, at\nL\u003cC\u003c#distzilla\u003e on C\u003circ.perl.org\u003e|irc://irc.perl.org/#distzilla\u003e.\n\n=head1 AUTHOR\n\nLeon Timmermans \u003cleont@cpan.org\u003e\n\n=head1 CONTRIBUTORS\n\n=for stopwords Karen Etheridge Leon Timmermans Brendan Byrd\n\n=over 4\n\n=item *\n\nKaren Etheridge \u003cether@cpan.org\u003e\n\n=item *\n\nLeon Timmermans \u003cfawaka@gmail.com\u003e\n\n=item *\n\nBrendan Byrd \u003cGitHub@ResonatorSoft.org\u003e\n\n=back\n\n=head1 COPYRIGHT AND LICENCE\n\nThis software is copyright (c) 2011 by Leon Timmermans.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n\n=cut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleont%2Fdist-zilla-plugin-test-checkdeps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleont%2Fdist-zilla-plugin-test-checkdeps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleont%2Fdist-zilla-plugin-test-checkdeps/lists"}