IMDB-Local 1.2
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- 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 (23) does not match dist (33):
- Missing in MANIFEST: bin/imdb-local.pl, bin/imdb-title.pl, ignore.txt, lib/IMDB/Local/DB/BaseObject.pm, lib/IMDB/Local/DB/BaseObjectAccessor.pm, lib/IMDB/Local/Download.pm, lib/IMDB/Local/ListFiles.pm, lib/IMDB/Local/QualifierType.pm, lib/IMDB/Local/Role.pm, xt/boilerplate.t
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: IMDB::Local::DB::BaseObjectAccessor
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Class::Accessor
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: IMDB::Local::DB::BaseObjectAccessor
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,1.0,1.00
- 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 |
|---|---|---|---|
| IMDB::Local | Tools to dowload and manage a local copy of the IMDB list files in a database. | 1.0 | metacpan |
| IMDB::Local::Actor | Object representation of Actor information. | 1.00 | metacpan |
| IMDB::Local::DB | The great new IMDB::Local::DB! | 1.00 | metacpan |
| IMDB::Local::DB::Base | Object to manage database abstraction with handy entry points. | 1.00 | metacpan |
| IMDB::Local::DB::RecordIterator | Object to iterate through search results | 1.00 | metacpan |
| IMDB::Local::DB::SQLite | The great new IMDB::Local! | 0.01 | metacpan |
| IMDB::Local::Director | Object representation of Director information. | 1.00 | metacpan |
| IMDB::Local::Genre | Object representation of Genre information. | 1.00 | metacpan |
| IMDB::Local::Keyword | Object representation of Keyword information. | 1.00 | metacpan |
| IMDB::Local::Movie | Object representation of Movie information. | 1.00 | metacpan |
| IMDB::Local::Plot | Object representation of Plot information. | 1.00 | metacpan |
| IMDB::Local::Rating | Object representation of Rating information. | 1.00 | metacpan |
| IMDB::Local::TVShow | Object representation of TVShow information. | 1.00 | metacpan |
| IMDB::Local::Title | Object representation of Title information. | 1.00 | metacpan |
| IMDB::Local::VideoGame | Object representation of VideoGame information. | 1.00 | metacpan |