forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit15bb93e
committed
Fix portability problem in Catalog.pm.
Commit7666e73 introduced a dependency on filehandles' input_line_numbermethod, but apparently that's a Perl neologism. Use $. instead, whichworks at least back to Perl 5.10, and hopefully back to 5.8.Jeff JanesDiscussion:https://postgr.es/m/CAMkU=1wuQW=xVfu-14A4VCvxO0ohkD3m9vk6HOj_dprQoKNAQw@mail.gmail.com1 parent395bfaa commit15bb93e
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
| |||
80 | 83 |
| |
81 | 84 |
| |
82 | 85 |
| |
83 |
| - | |
| 86 | + | |
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
| |||
242 | 245 |
| |
243 | 246 |
| |
244 | 247 |
| |
| 248 | + | |
245 | 249 |
|
0 commit comments
Comments
(0)