diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-06 19:16:07 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-06 19:16:07 +0900 |
| commit | 27ef7f81fac891beb04965bec4029e65b1ddd82b (patch) | |
| tree | 461bcfbcdda31c201e089cb75dfa618cb4ca0396 | |
| parent | f7888074b9503fb77bf76251d3e09d7f8edbac32 (diff) | |
internal/rosa/perl: check stable versions
This uses odd-even versioning.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/perl.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index 2d3fea5a..d449ad3c 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -56,6 +56,9 @@ func init() { Website: "https://www.perl.org/", ID: 13599, + + // odd-even versioning + latest: (*Versions).getStable, } } |
