TaskForest 1.17
Kwalitee Issues
- manifest_matches_dist
-
Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.
Error:
- MANIFEST (140) does not match dist (138):
- Duplicates in MANIFEST: htdocs/favicon.ico, t/family_archive/CASCADE
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| TaskForest | A simple but expressive job scheduler that allows you to chain jobs/tasks and create time dependencies. Uses text config files to specify task dependencies. | 1.17 | metacpan |
| TaskForest::ErrLogger | Functions related to logging to stderr | 1.17 | metacpan |
| TaskForest::Family | A collection of jobs | 1.17 | metacpan |
| TaskForest::Job | A representation of a program that can be run by the operating system | 1.17 | metacpan |
| TaskForest::LogDir | Functions related to today's log directory | 1.17 | metacpan |
| TaskForest::Logs | Functions related to logging | 1.17 | metacpan |
| TaskForest::Mark | Functions related to marking a job as Success or Failure | 1.17 | metacpan |
| TaskForest::Options | Get options from command line and/or environment | 1.17 | metacpan |
| TaskForest::OutLogger | Functions related to logging to stdout | 1.17 | metacpan |
| TaskForest::REST | metacpan | ||
| TaskForest::REST::Families | metacpan | ||
| TaskForest::REST::FamilyList | metacpan | ||
| TaskForest::REST::JobList | metacpan | ||
| TaskForest::REST::Jobs | metacpan | ||
| TaskForest::REST::LogFile | metacpan | ||
| TaskForest::REST::PassThrough | metacpan | ||
| TaskForest::REST::Request | metacpan | ||
| TaskForest::REST::Status | metacpan | ||
| TaskForest::Rerun | Functions related to rerunning a job | 1.17 | metacpan |
| TaskForest::StringHandle | 1.17 | metacpan | |
| TaskForest::StringHandleTier | 1.17 | metacpan | |
| TaskForest::Template | metacpan | ||
| TaskForest::Test | metacpan | ||
| TaskForest::TimeDependency | A time costraint on a job | 1.17 | metacpan |