File: CONTRIBUTING

package info (click to toggle)
libdbix-class-helpers-perl 2.033004-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 980 kB
  • sloc: perl: 4,722; sql: 173; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 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
```