DBIx-Class-Migration 0.074
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: DBIx::Class::Migration::Types
 - prereq_matches_use
 - 
        
List all used modules in META.yml requires
Error:
- Test::DBIx::Class::Role::FixtureCommand
 - Test::Postgresql58
 - Test::mysqld
 
 
- 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.
 - 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: DBIx::Class::Migration::Types
 - test_prereq_matches_use
 - 
        
List all modules used in the test suite in META.yml test_requires
Error:
- DBIx::Class::Schema
 
 
- 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.
 - 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 | 
|---|---|---|---|
| Catalyst::TraitFor::Model::DBIC::Schema::FromMigration | Use your DB Sandbox to run Catalyst | metacpan | |
| Catalyst::TraitFor::Model::DBIC::Schema::FromMigration::_MigrationHelper | Trait Helper | metacpan | |
| DBIx::Class::Migration | Use the best tools together for sane database migrations | 0.074 | metacpan | 
| DBIx::Class::Migration::MySQLSandbox | Autocreate a mysql sandbox | metacpan | |
| DBIx::Class::Migration::Population | Utility to populate fixture data | metacpan | |
| DBIx::Class::Migration::PostgresqlSandbox | Autocreate a postgresql sandbox | metacpan | |
| DBIx::Class::Migration::RunScript | Control your Perl Migration Run Scripts | metacpan | |
| DBIx::Class::Migration::RunScript::Trait::Dump | Dump fixtures | metacpan | |
| DBIx::Class::Migration::RunScript::Trait::Populate | Populate fixtures | metacpan | |
| DBIx::Class::Migration::RunScript::Trait::SchemaLoader | Give your Run Script a Schema | metacpan | |
| DBIx::Class::Migration::RunScript::Trait::TargetPath | Your migration target directory | metacpan | |
| DBIx::Class::Migration::Sandbox | DB Sandbox Role | metacpan | |
| DBIx::Class::Migration::SandboxDirSandboxBuilder | Build a sandbox at db_sandbox_dir | metacpan | |
| DBIx::Class::Migration::SchemaLoader | Schema Loader Factory | metacpan | |
| DBIx::Class::Migration::Script | Tools to manage database Migrations | metacpan | |
| DBIx::Class::Migration::ShareDirBuilder | Build a target_dir in /share | metacpan | |
| DBIx::Class::Migration::SqliteSandbox | Autocreate a Sqlite sandbox | metacpan | |
| DBIx::Class::Migration::TargetDirSandboxBuilder | Build a sandbox at target_dir | metacpan | |
| DBIx::Class::Migration::TempDirBuilder | Build a tempory target_dir | metacpan | |
| DBIx::Class::Migration::TempDirSandboxBuilder | Build a sandbox in a temporary directory | metacpan | |
| DBIx::Class::Migration::Types | Custom Type::Tiny Types | metacpan | |
| Test::DBIx::Class::FixtureCommand::Population | Use your fixtures in a test case. | metacpan |