Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 125e992859d59d6991befb939a384314 > files > 2

perl-DBIx-Class-Helpers-2.33.4-2.mga7.noarch.rpm

## DDL

To Generate ddl.sql which will allow you to run prove -l use the following command:
perl -Ilib -It/lib -MTestSchema -E'TestSchema->generate_ddl; my $t = TestSchema->connect; $t->deploy'

Eventually that will be migrated into it's own Dzil plugin, but for now that should work

## Testing

To run tests against all major supported databases use:

```
$ maint/dockerprove -lr t
```

You can set DBIITEST_STARTUP to 10 or 15 to wait longer for the databases to be
ready to test against.  Default is 5s.

## Releasing

```
$ maint/release
```