KiokuDB-Cmd 0.03 Latest
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: Missing mandatory field, 'abstract' (abstract) [Validation: 1.4];value is an undefined string (abstract) [Validation: 1.4]
- has_readme
-
Add a README to the distribution. It should contain a quick description of your module and how to install it.
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- valid_signature
-
Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.
Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Sun 06 Jun 2010 03:11:06 AM JST gpg: using DSA key 542C11C0EBD27418 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
KiokuDB::Cmd | L<KiokuDB> command line tools | 0.03 | metacpan |
KiokuDB::Cmd::Base | Base class for writing L<KiokuDB> command line tools. | metacpan | |
KiokuDB::Cmd::Command::Dump | Dump database entries for backup or munging purposes | metacpan | |
KiokuDB::Cmd::Command::Edit | Edit entries using an editor | metacpan | |
KiokuDB::Cmd::Command::FSCK | Check for broken references | metacpan | |
KiokuDB::Cmd::Command::GC | Collect unreachable entries | metacpan | |
KiokuDB::Cmd::Command::Load | Load database dumps | metacpan | |
KiokuDB::Cmd::DumpFormatter | A role for command line tools that have a L<KiokuDB::Serializer> object specified using a C<--format> option. | metacpan | |
KiokuDB::Cmd::InputHandle | A role for command line tools with a C<--file> option to be used for read acces. | metacpan | |
KiokuDB::Cmd::OutputHandle | A role for command line tools with a C<--file> option that will be used for write access. | metacpan | |
KiokuDB::Cmd::SpecifiedEntries | A role for command line tools which accept entry IDs as options | metacpan | |
KiokuDB::Cmd::TXN | A role for command line tools that should run inside a transaction | metacpan | |
KiokuDB::Cmd::Verbosity | A role for command line tools that have a C<--verbose> option. | metacpan | |
KiokuDB::Cmd::WithDSN | Role for commands with a C<--dsn> argument. | metacpan | |
KiokuDB::Cmd::WithDSN::Create | Write or create access to a DSN for command line tools | metacpan | |
KiokuDB::Cmd::WithDSN::Read | Readonly access to a DSN | metacpan | |
KiokuDB::Cmd::WithDSN::Write | Read/write access to a DSN | metacpan |
Provides
Name | File | View |
---|---|---|
Moose::Meta::Attribute::Custom::Trait::EarlyBuild | lib/KiokuDB/Cmd/Base.pm | metacpan |