CohortExplorer 0.01-1 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_proper_version
-
Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'
- no_mymeta_files
-
Update MANIFEST.SKIP to exclude MYMETA files. If you are lazy, add "#!install_default" in your MANIFEST.SKIP and update your ExtUtils::Manifest if necessary, then some of the most common files will be excluded.
- 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 (24) does not match dist (30):
- Missing in MANIFEST: .includepath, .project, MYMETA.yml, t/boilerplate.t, t/lib/Application/Opal/Datasource.pm, t/lib/Application/Redcap/Datasource.pm
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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_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_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
- 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 |
|---|---|---|---|
| CohortExplorer | Explore clinical cohorts and search for entities and variables of interest | 0.01 | metacpan |
| CohortExplorer::Application | CohortExplorer superclass | 0.01 | metacpan |
| CohortExplorer::Application::Opal::Datasource | Class to initialise datasource stored under Opal SQL framework ( see L<http://obiba.org/node/63>) | 0.01 | metacpan |
| CohortExplorer::Application::REDCap::Datasource | Class to initialise datasource stored under REDCap SQL framework ( see L<http://project-redcap.org/>) | 0.01 | metacpan |
| CohortExplorer::Command::Describe | CohortExplorer class to describe the datasource | 0.01 | metacpan |
| CohortExplorer::Command::Find | CohortExplorer class to find variable(s) using keywords | 0.01 | metacpan |
| CohortExplorer::Command::Help | CLIF (see L<CLI::Framework::Command::Help>) built-in command to print application or command-specific usage messages. Only a small modification has been made to L<CLI::Framework::Command::Help> so that the application usage discards all sections appertaining to the invalid commands. | 0.01 | metacpan |
| CohortExplorer::Command::History | CohortExplorer class to show command history | 0.01 | metacpan |
| CohortExplorer::Command::Menu | CLIF (see L<CLI::Framework::Command::Menu>) built-in command to show a command menu including the commands that are available to the running application. Only a small modification has been made to L<CLI::Framework::Command::Menu> so that the menu command only shows the valid and visible commands with aliases. | 0.01 | metacpan |
| CohortExplorer::Command::Query | CohortExplorer class is an interface to search and compare command classes | 0.01 | metacpan |
| CohortExplorer::Command::Query::Compare | CohortExplorer command to compare entities across visits with or without condition(s) on variable(s) | 0.01 | metacpan |
| CohortExplorer::Command::Query::Search | CohortExplorer class to search entities with or without condition(s) on variable(s) | 0.01 | metacpan |
| CohortExplorer::Datasource | CohortExplorer datasource superclass | 0.01 | metacpan |