Fey-ORM-Mock 0.06 Latest
Kwalitee Issues
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Class::Load
- 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.
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- Test::Exception
- 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 |
---|---|---|---|
Fey::ORM::Mock | Mock Fey::ORM based classes so you can test without a DBMS | 0.06 | metacpan |
Fey::ORM::Mock::Action | Factory and base class for recorded actions | 0.06 | metacpan |
Fey::ORM::Mock::Action::Delete | A record of a deletion | 0.06 | metacpan |
Fey::ORM::Mock::Action::Insert | A record of an insert | 0.06 | metacpan |
Fey::ORM::Mock::Action::Update | A record of an update | 0.06 | metacpan |
Fey::ORM::Mock::Recorder | Records the history of changes for a class | 0.06 | metacpan |
Fey::ORM::Mock::Seeder | Stores seeded data for future object construction | 0.06 | metacpan |
Fey::Object::Mock::Schema | Mock schema class subclass of Fey::Object::Schema | 0.06 | metacpan |
Fey::Object::Mock::Table | Mock schema class subclass of Fey::Object::Table | 0.06 | metacpan |