Commit 70fea39
committed
Move Cluster.pm initialization code to a more obvious place
Commit 460c007 added some module intialization code to set signal
handlers. However, that code has now become somewhat buried, as later
commits added new subroutines. Therefore, move the initialization code
to the module's INIT block where it won't become obscured.1 parent 430ce18 commit 70fea39
1 file changed
+5
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| |||
3350 | 3355 | | |
3351 | 3356 | | |
3352 | 3357 | | |
3353 | | - | |
3354 | | - | |
3355 | | - | |
3356 | | - | |
3357 | | - | |
3358 | | - | |
3359 | | - | |
3360 | 3358 | | |
3361 | 3359 | | |
3362 | 3360 | | |
| |||
0 commit comments