Commit d5f43a1
committed
Remove use of perl parent module in Cluster.pm
Commit fb16d2c used the old but not quite old enough parent module,
which dates to perl version 5.10.1 as a core module. We still have a
dinosaur or two running older versions of perl, so rather than require
an upgrade in those we simply do in place what parent.pm's import()
would have done for us.
Reviewed by Tom Lane
Discussion: https://postgr.es/m/474104.1648685981@sss.pgh.pa.us1 parent fea1cc4 commit d5f43a1
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2918 | 2918 | | |
2919 | 2919 | | |
2920 | 2920 | | |
2921 | | - | |
| 2921 | + | |
| 2922 | + | |
| 2923 | + | |
| 2924 | + | |
2922 | 2925 | | |
2923 | 2926 | | |
2924 | 2927 | | |
| |||
2945 | 2948 | | |
2946 | 2949 | | |
2947 | 2950 | | |
2948 | | - | |
| 2951 | + | |
| 2952 | + | |
2949 | 2953 | | |
2950 | 2954 | | |
2951 | 2955 | | |
| |||
0 commit comments