aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-06 19:16:07 +0900
committerOphestra <cat@gensokyo.uk>2026-03-06 19:16:07 +0900
commit27ef7f81fac891beb04965bec4029e65b1ddd82b (patch)
tree461bcfbcdda31c201e089cb75dfa618cb4ca0396 /internal
parentf7888074b9503fb77bf76251d3e09d7f8edbac32 (diff)
internal/rosa/perl: check stable versions
This uses odd-even versioning. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
-rw-r--r--internal/rosa/perl.go3
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,
}
}