forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8ddf9c1
committed
Make win32tzlist.pl checkable again
Commit1301c80 removed some infrastructure needed to checkwindows-oriented perl scripts. It also removed most such scripts, butthis one was left over. We repair the damage by making Win32::Registry aconditional requirement that is only loaded on Windows. With this change`perl -cw win32tzlist.pl` once again passes on non-Windows machines.Discussion:https://postgr.es/m/a2bd77fd-61b8-4c2b-b12e-3e22ae260f82@eisentraut.org1 parent8793c60 commit8ddf9c1
1 file changed
+12
-1
lines changedLines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
22 | 33 |
| |
23 | 34 |
| |
24 | 35 |
| |
|
0 commit comments
Comments
(0)