Git-Database 0.005
Kwalitee Issues
- 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: Git::Database
- 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.
- 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: Git::Database
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Git::Database | Provide access to the Git object database | 0.005 | metacpan |
Git::Database::Actor | An actor in Git::Database | 0.005 | metacpan |
Git::Database::Backend::Cogit | A Git::Database backend based on Cogit | 0.005 | metacpan |
Git::Database::Backend::Git | A Git::Database backend based on Git | 0.005 | metacpan |
Git::Database::Backend::Git::PurePerl | A Git::Database backend based on Git::PurePerl | 0.005 | metacpan |
Git::Database::Backend::Git::Repository | A Git::Database backend based on Git::Repository | 0.005 | metacpan |
Git::Database::Backend::Git::Sub | A Git::Database backend based on Git::Sub | 0.005 | metacpan |
Git::Database::Backend::Git::Wrapper | A Git::Database backend based on Git::Wrapper | 0.005 | metacpan |
Git::Database::Backend::None | A minimal backend for Git::Database | 0.005 | metacpan |
Git::Database::DirectoryEntry | A directory entry in Git | 0.005 | metacpan |
Git::Database::Object::Blob | A blob object in the Git object database | 0.005 | metacpan |
Git::Database::Object::Commit | A commit object in the Git object database | 0.005 | metacpan |
Git::Database::Object::Raw | Raw Git::Database objects | 0.005 | metacpan |
Git::Database::Object::Tag | A tag object in the Git database | 0.005 | metacpan |
Git::Database::Object::Tree | A tree object in the Git object database | 0.005 | metacpan |
Git::Database::Role::Backend | Abstract role for a Git database backend | 0.005 | metacpan |
Git::Database::Role::Object | Role for objects from the Git object database | 0.005 | metacpan |
Git::Database::Role::ObjectReader | Abstract role for a Git backends that read objects | 0.005 | metacpan |
Git::Database::Role::ObjectWriter | Abstract role for Git backends that write objects | 0.005 | metacpan |
Git::Database::Role::PurePerlBackend | Code shared by the Cogit and Git::PurePerl backends | 0.005 | metacpan |
Git::Database::Role::RefReader | Abstract role for Git backends that read references | 0.005 | metacpan |
Git::Database::Role::RefWriter | Abstract role for Git backends that write references | 0.005 | metacpan |