Create a temporary database from a DBIx::Class::Schema
This module creates a temporary SQLite database, deploys a DBIC schema, and then connects to it. This lets you easily test DBIC schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests, ordering of tests affecting failure, etc.
Linter | Message | Location |
---|---|---|
description Validate package descriptions | sentences in description should be followed by two spaces; possible infractions at 95, 134 |
|
profile-collisions Report collisions that would occur due to propagated inputs | propagated inputs perl-strictures@1.005005 and perl-strictures@2.000006 collide |
|