Commit 2031852
committed
please.sh upgrade: handle for Perl modules after Perl upgrades
Whenever a major Perl version is released, the Perl modules have to be
re-built because the name of the Perl `.dll` changes (its major version
is embedded in the file name).
Therefore, a major Perl version is reason enough to increase the
`pkgrel` of the Perl modules we build in Git for Windows.
This patch automates this, so that it will be enough in the future to
trigger new builds for the Perl modules after a new `perl` was built.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 77c30ee commit 2031852
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2274 | 2274 | | |
2275 | 2275 | | |
2276 | 2276 | | |
| 2277 | + | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
2277 | 2295 | | |
2278 | 2296 | | |
2279 | 2297 | | |
| |||
0 commit comments