forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ff2e8c
committed
Simplify version check for SKIP clause
Checking for the required versions of IO::Pty as well as IPC::Runcan be achieved with a single eval call, and by using the VERSIONfunction the comparison is guaranteed to follow the same rules ascalling 'use' on the module with a version.Reported-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/6d880ea2-f8ca-f458-4dcd-a7a3e6d6cd7c@dunslane.net1 parent980e887 commit6ff2e8c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
0 commit comments
Comments
(0)