Skip to content

Commit 3bb2b37

Browse files
committed
config.yml: Add Perl 5.37.8
Pass with `-Dversiononly=undef` alongside `-Dusedevel` so that it installs in the same way as with production/release Perls. Also put it on top of the release list so that `library.pl` won't tag it as a `latest` production Perl release.
1 parent 6a5ddc5 commit 3bb2b37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ options:
88
threaded: "-Dusethreads"
99

1010
releases:
11+
- version: 5.37.8
12+
sha256: eca6396a4b1aa7a38ef467ce54ed897cc84ba948fad0f90aeb210e57b04daf3c
13+
extra_flags: "-Dusedevel -Dversiononly=undef"
14+
type: xz
15+
debian_release:
16+
- buster
17+
- bullseye
18+
1119
- version: 5.32.1
1220
sha256: 57cc47c735c8300a8ce2fa0643507b44c4ae59012bfdad0121313db639e02309
1321
type: xz

0 commit comments

Comments
 (0)