-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
29 lines (19 loc) · 775 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Revision history for Perl extension Test-PostgreSQL-Docker
{{$NEXT}}
0.03003 2020-05-30T15:08:53Z
- fix test when skip plan on 13_fork.t (unmatched number of plans)
0.03002 2020-05-29T09:05:42Z
- Added PID check when DESTROY called
0.03001 2020-04-30T04:43:59Z
- Add developer tests: Use-case of pg_bigm on kazaoki/postgres-bigm:10-alpine image
- Remove .vstags from package
0.03 2020-03-18T08:53:00Z
Some awesome changes apply by MAKAMAKA.
- Stop to use backticks, and use IPC::Run instead
- Stop to use Guard for cleanup a container, use DESTROY mechanism instead
- Skip tests when docker is not running
- Increased test speed
0.02 2020-03-07T08:54:30Z
- rename module name
0.01 2020-03-07T08:47:06Z
- original version